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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_inbound_endpointString

The external inbound endpoint for the responder gateway.

Returns:

  • (String)


767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-rtbfabric/types.rb', line 767

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

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-rtbfabric/types.rb', line 767

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

#listener_configTypes::ListenerConfig

The listener configuration for the responder gateway.



767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-rtbfabric/types.rb', line 767

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

#statusString

The status of the request.

Returns:

  • (String)


767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-rtbfabric/types.rb', line 767

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