Class: Aws::IoT1ClickProjects::Types::AssociateDeviceWithPlacementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::AssociateDeviceWithPlacementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The ID of the physical device to be associated with the given placement in the project.
-
#device_template_name ⇒ String
The device template name to associate with the device ID.
-
#placement_name ⇒ String
The name of the placement in which to associate the device.
-
#project_name ⇒ String
The name of the project containing the placement in which to associate the device.
Instance Attribute Details
#device_id ⇒ String
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.
32 33 34 35 36 37 38 39 |
# File '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_name ⇒ String
The device template name to associate with the device ID.
32 33 34 35 36 37 38 39 |
# File '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_name ⇒ String
The name of the placement in which to associate the device.
32 33 34 35 36 37 38 39 |
# File '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_name ⇒ String
The name of the project containing the placement in which to associate the device.
32 33 34 35 36 37 38 39 |
# File '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 |