Class: Aws::IoT1ClickProjects::Types::DescribePlacementResponse

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

#placementTypes::PlacementDescription

An object describing the placement.



151
152
153
154
155
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 151

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