You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateDeviceWithPlacementRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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)

    The ID of the physical device to be associated with the given placement in the project.

#device_template_nameString

The device template name to associate with the device ID.

Returns:

  • (String)

    The device template name to associate with the device ID.

#placement_nameString

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

Returns:

  • (String)

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

#project_nameString

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

Returns:

  • (String)

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