Class: Aws::RTBFabric::Types::GetRequesterGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetRequesterGatewayRequest
- Includes:
- Structure
- Defined in:
- 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.
1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1488 class GetRequesterGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |