class Aws::IoT1ClickProjects::Types::AssociateDeviceWithPlacementRequest

@note When making an API call, you may pass AssociateDeviceWithPlacementRequest

data as a hash:

    {
      project_name: "ProjectName", # required
      placement_name: "PlacementName", # required
      device_id: "DeviceId", # required
      device_template_name: "DeviceTemplateName", # required
    }

@!attribute [rw] project_name

The name of the project containing the placement in which to
associate the device.
@return [String]

@!attribute [rw] placement_name

The name of the placement in which to associate the device.
@return [String]

@!attribute [rw] device_id

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.
@return [String]

@!attribute [rw] device_template_name

The device template name to associate with the device ID.
@return [String]

Constants

SENSITIVE