Class: Aws::IoT1ClickProjects::Types::UpdatePlacementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::UpdatePlacementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
The user-defined object of attributes used to update the placement.
-
#placement_name ⇒ String
The name of the placement to update.
-
#project_name ⇒ String
The name of the project containing the placement to be updated.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.
618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 618 class UpdatePlacementRequest < Struct.new( :placement_name, :project_name, :attributes) SENSITIVE = [] include Aws::Structure end |
#placement_name ⇒ String
The name of the placement to update.
618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 618 class UpdatePlacementRequest < Struct.new( :placement_name, :project_name, :attributes) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project containing the placement to be updated.
618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 618 class UpdatePlacementRequest < Struct.new( :placement_name, :project_name, :attributes) SENSITIVE = [] include Aws::Structure end |