Class: Aws::IoT1ClickProjects::Types::UpdatePlacementRequest

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

#attributesHash<String,String>

The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.

Returns:

  • (Hash<String,String>)


618
619
620
621
622
623
624
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 618

class UpdatePlacementRequest < Struct.new(
  :placement_name,
  :project_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#placement_nameString

The name of the placement to update.

Returns:

  • (String)


618
619
620
621
622
623
624
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 618

class UpdatePlacementRequest < Struct.new(
  :placement_name,
  :project_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project containing the placement to be updated.

Returns:

  • (String)


618
619
620
621
622
623
624
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 618

class UpdatePlacementRequest < Struct.new(
  :placement_name,
  :project_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end