Class: Aws::IoTWireless::Types::DeleteWirelessDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteWirelessDeviceRequest
- 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.
1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1335 class DeleteWirelessDeviceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |