Class: Aws::IoTWireless::Types::AssociateWirelessDeviceWithThingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ String

The ID of the resource to update.

Returns:

  • (String)


244
245
246
247
248
249
# File 'lib/aws-sdk-iotwireless/types.rb', line 244

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.

Returns:

  • (String)


244
245
246
247
248
249
# File 'lib/aws-sdk-iotwireless/types.rb', line 244

class AssociateWirelessDeviceWithThingRequest < Struct.new(
  :id,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end