You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdatePlacementRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  placement_name: "PlacementName", # required
  project_name: "ProjectName", # required
  attributes: {
    "AttributeName" => "AttributeValue",
  },
}

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>)

    The user-defined object of attributes used to update the placement.

#placement_nameString

The name of the placement to update.

Returns:

  • (String)

    The name of the placement to update.

#project_nameString

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

Returns:

  • (String)

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