Class: Aws::RTBFabric::Types::CreateResponderGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateResponderGatewayResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_inbound_endpoint ⇒ String
The external inbound endpoint for the responder gateway.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#listener_config ⇒ Types::ListenerConfig
The listener configuration for the responder gateway.
-
#status ⇒ String
The status of the request.
Instance Attribute Details
#external_inbound_endpoint ⇒ String
The external inbound endpoint for the responder gateway.
587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 587 class CreateResponderGatewayResponse < Struct.new( :gateway_id, :status, :listener_config, :external_inbound_endpoint) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 587 class CreateResponderGatewayResponse < Struct.new( :gateway_id, :status, :listener_config, :external_inbound_endpoint) SENSITIVE = [] include Aws::Structure end |
#listener_config ⇒ Types::ListenerConfig
The listener configuration for the responder gateway.
587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 587 class CreateResponderGatewayResponse < Struct.new( :gateway_id, :status, :listener_config, :external_inbound_endpoint) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 587 class CreateResponderGatewayResponse < Struct.new( :gateway_id, :status, :listener_config, :external_inbound_endpoint) SENSITIVE = [] include Aws::Structure end |