Class: Aws::IoTWireless::Types::DisassociateWirelessDeviceFromThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DisassociateWirelessDeviceFromThingRequest
- 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 update.
Instance Attribute Details
#id ⇒ String
The ID of the resource to update.
1580 1581 1582 1583 1584 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1580 class DisassociateWirelessDeviceFromThingRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |