class Aws::IoT1ClickProjects::Types::CreatePlacementRequest

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

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 be created.
@return [String]

@!attribute [rw] project_name

The name of the project in which to create the placement.
@return [String]

@!attribute [rw] attributes

Optional user-defined key/value pairs providing contextual data
(such as location or function) for the placement.
@return [Hash<String,String>]

Constants

SENSITIVE