class Aws::IoT1ClickProjects::Types::DisassociateDeviceFromPlacementRequest

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

data as a hash:

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

@!attribute [rw] project_name

The name of the project that contains the placement.
@return [String]

@!attribute [rw] placement_name

The name of the placement that the device should be removed from.
@return [String]

@!attribute [rw] device_template_name

The device ID that should be removed from the placement.
@return [String]

Constants

SENSITIVE