Class: Aws::IoT1ClickProjects::Types::DisassociateDeviceFromPlacementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::DisassociateDeviceFromPlacementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 208 class DisassociateDeviceFromPlacementRequest < Struct.new( :project_name, :placement_name, :device_template_name) SENSITIVE = [] include Aws::Structure end |
#placement_name ⇒ String
The name of the placement that the device should be removed from.
208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 208 class DisassociateDeviceFromPlacementRequest < Struct.new( :project_name, :placement_name, :device_template_name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project that contains the placement.
208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 208 class DisassociateDeviceFromPlacementRequest < Struct.new( :project_name, :placement_name, :device_template_name) SENSITIVE = [] include Aws::Structure end |