Class: Aws::IoT1ClickProjects::Types::GetDevicesInPlacementRequest

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

#placement_nameString

The name of the placement to get the devices from.

Returns:

  • (String)


226
227
228
229
230
231
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 226

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

#project_nameString

The name of the project containing the placement.

Returns:

  • (String)


226
227
228
229
230
231
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 226

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