Class: Aws::RTBFabric::Types::GetRequesterGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetRequesterGatewayRequest
- 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.
989 990 991 992 993 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 989 class GetRequesterGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |