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