You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT1ClickProjects::Types::DisassociateDeviceFromPlacementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::DisassociateDeviceFromPlacementRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DisassociateDeviceFromPlacementRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
project_name: "ProjectName", # required
placement_name: "PlacementName", # required
device_template_name: "DeviceTemplateName", # required
}
Instance Attribute Summary collapse
-
#device_template_name ⇒ String
The device ID that should be removed from the placement.
-
#placement_name ⇒ String
The name of the placement that the device should be removed from.
-
#project_name ⇒ String
The name of the project that contains the placement.
Instance Attribute Details
#device_template_name ⇒ String
The device ID that should be removed from the placement.
#placement_name ⇒ String
The name of the placement that the device should be removed from.
#project_name ⇒ String
The name of the project that contains the placement.