Class: Aws::IoT1ClickProjects::Types::GetDevicesInPlacementResponse

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

#devicesHash<String,String>

An object containing the devices (zero or more) within the placement.

Returns:

  • (Hash<String,String>)


238
239
240
241
242
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 238

class GetDevicesInPlacementResponse < Struct.new(
  :devices)
  SENSITIVE = []
  include Aws::Structure
end