Class: Aws::RTBFabric::Types::GetResponderGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetResponderGatewayRequest
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_id ⇒ String
The unique identifier of the gateway.
Instance Attribute Details
#gateway_id ⇒ String
The unique identifier of the gateway.
1069 1070 1071 1072 1073 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1069 class GetResponderGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |