Class: Aws::IoT1ClickProjects::Types::GetDevicesInPlacementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::GetDevicesInPlacementResponse
- Defined in:
- gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#devices ⇒ Hash<String,String>
An object containing the devices (zero or more) within the placement.
Instance Attribute Details
#devices ⇒ Hash<String,String>
An object containing the devices (zero or more) within the placement.
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 |