class Aws::IoT1ClickProjects::Types::UpdatePlacementRequest

@note When making an API call, you may pass UpdatePlacementRequest

data as a hash:

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

@!attribute [rw] placement_name

The name of the placement to update.
@return [String]

@!attribute [rw] project_name

The name of the project containing the placement to be updated.
@return [String]

@!attribute [rw] attributes

The user-defined object of attributes used to update the placement.
The maximum number of key/value pairs is 50.
@return [Hash<String,String>]

Constants

SENSITIVE