Class: Aws::IoTWireless::Types::DeleteWirelessGatewayTaskDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteWirelessGatewayTaskDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to delete.
Instance Attribute Details
#id ⇒ String
The ID of the resource to delete.
1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1366 class DeleteWirelessGatewayTaskDefinitionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |