Class: Aws::IoT1ClickProjects::Types::DescribePlacementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::DescribePlacementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#placement ⇒ Types::PlacementDescription
An object describing the placement.
Instance Attribute Details
#placement ⇒ Types::PlacementDescription
An object describing the placement.
151 152 153 154 155 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 151 class DescribePlacementResponse < Struct.new( :placement) SENSITIVE = [] include Aws::Structure end |