Class: Aws::IoTSiteWise::Types::DeleteGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeleteGatewayRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Note:
When making an API call, you may pass DeleteGatewayRequest data as a hash:
{
gateway_id: "ID", # required
}
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.
3259 3260 3261 3262 3263 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3259 class DeleteGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |