Class: Aws::IoTWireless::Types::AssociateWirelessDeviceWithThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AssociateWirelessDeviceWithThingRequest
- 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.
-
#thing_arn ⇒ String
The ARN of the thing to associate with the wireless device.
Instance Attribute Details
#id ⇒ String
The ID of the resource to update.
229 230 231 232 233 234 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 229 class AssociateWirelessDeviceWithThingRequest < Struct.new( :id, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The ARN of the thing to associate with the wireless device.
229 230 231 232 233 234 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 229 class AssociateWirelessDeviceWithThingRequest < Struct.new( :id, :thing_arn) SENSITIVE = [] include Aws::Structure end |