Class: Aws::IoTWireless::Types::DeleteWirelessGatewayTaskDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteWirelessGatewayTaskDefinitionRequest
- Defined in:
- gems/aws-sdk-iotwireless/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.
1382 1383 1384 1385 1386 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1382 class DeleteWirelessGatewayTaskDefinitionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |