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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the resource to update.

Returns:

  • (String)


220
221
222
223
224
225
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 220

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

#thing_arnString

The ARN of the thing to associate with the wireless device.

Returns:

  • (String)


220
221
222
223
224
225
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 220

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