Class: Aws::IoT1ClickProjects::Types::DisassociateDeviceFromPlacementRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_template_nameString

The device ID that should be removed from the placement.

Returns:

  • (String)


208
209
210
211
212
213
214
# File 'gems/aws-sdk-iot1clickprojects/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_nameString

The name of the placement that the device should be removed from.

Returns:

  • (String)


208
209
210
211
212
213
214
# File 'gems/aws-sdk-iot1clickprojects/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_nameString

The name of the project that contains the placement.

Returns:

  • (String)


208
209
210
211
212
213
214
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 208

class DisassociateDeviceFromPlacementRequest < Struct.new(
  :project_name,
  :placement_name,
  :device_template_name)
  SENSITIVE = []
  include Aws::Structure
end