Class: Aws::RTBFabric::Types::CreateResponderGatewayResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_routing_policyString

The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 883

class CreateResponderGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :listener_config,
  :external_inbound_endpoint,
  :client_routing_policy)
  SENSITIVE = []
  include Aws::Structure
end

#external_inbound_endpointString

The external inbound endpoint for the responder gateway.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 883

class CreateResponderGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :listener_config,
  :external_inbound_endpoint,
  :client_routing_policy)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 883

class CreateResponderGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :listener_config,
  :external_inbound_endpoint,
  :client_routing_policy)
  SENSITIVE = []
  include Aws::Structure
end

#listener_configTypes::ListenerConfig

The listener configuration for the responder gateway.



883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 883

class CreateResponderGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :listener_config,
  :external_inbound_endpoint,
  :client_routing_policy)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 883

class CreateResponderGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :listener_config,
  :external_inbound_endpoint,
  :client_routing_policy)
  SENSITIVE = []
  include Aws::Structure
end