Class: Aws::IoT1ClickProjects::Types::CreatePlacementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::CreatePlacementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
-
#placement_name ⇒ String
The name of the placement to be created.
-
#project_name ⇒ String
The name of the project in which to create the placement.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
56 57 58 59 60 61 62 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 56 class CreatePlacementRequest < Struct.new( :placement_name, :project_name, :attributes) SENSITIVE = [] include Aws::Structure end |
#placement_name ⇒ String
The name of the placement to be created.
56 57 58 59 60 61 62 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 56 class CreatePlacementRequest < Struct.new( :placement_name, :project_name, :attributes) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in which to create the placement.
56 57 58 59 60 61 62 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 56 class CreatePlacementRequest < Struct.new( :placement_name, :project_name, :attributes) SENSITIVE = [] include Aws::Structure end |