Class: Aws::IoT1ClickProjects::Types::AssociateDeviceWithPlacementRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4 character prefix is required for all deviceId values.

Returns:

  • (String)


32
33
34
35
36
37
38
39
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 32

class AssociateDeviceWithPlacementRequest < Struct.new(
  :project_name,
  :placement_name,
  :device_id,
  :device_template_name)
  SENSITIVE = []
  include Aws::Structure
end

#device_template_nameString

The device template name to associate with the device ID.

Returns:

  • (String)


32
33
34
35
36
37
38
39
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 32

class AssociateDeviceWithPlacementRequest < Struct.new(
  :project_name,
  :placement_name,
  :device_id,
  :device_template_name)
  SENSITIVE = []
  include Aws::Structure
end

#placement_nameString

The name of the placement in which to associate the device.

Returns:

  • (String)


32
33
34
35
36
37
38
39
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 32

class AssociateDeviceWithPlacementRequest < Struct.new(
  :project_name,
  :placement_name,
  :device_id,
  :device_template_name)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project containing the placement in which to associate the device.

Returns:

  • (String)


32
33
34
35
36
37
38
39
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 32

class AssociateDeviceWithPlacementRequest < Struct.new(
  :project_name,
  :placement_name,
  :device_id,
  :device_template_name)
  SENSITIVE = []
  include Aws::Structure
end