Class: Aws::RTBFabric::Types::DeleteResponderGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::DeleteResponderGatewayRequest
- 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.
682 683 684 685 686 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 682 class DeleteResponderGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |