Class: Aws::IoT1ClickProjects::Types::DescribePlacementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::DescribePlacementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#placement_name ⇒ String
The name of the placement within a project.
-
#project_name ⇒ String
The project containing the placement to be described.
Instance Attribute Details
#placement_name ⇒ String
The name of the placement within a project.
140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 140 class DescribePlacementRequest < Struct.new( :placement_name, :project_name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The project containing the placement to be described.
140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 140 class DescribePlacementRequest < Struct.new( :placement_name, :project_name) SENSITIVE = [] include Aws::Structure end |