Class: Aws::IoTSiteWise::Types::DeleteGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeleteGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_id ⇒ String
The ID of the gateway to delete.
Instance Attribute Details
#gateway_id ⇒ String
The ID of the gateway to delete.
3958 3959 3960 3961 3962 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3958 class DeleteGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |