class Aws::IoT1ClickProjects::Types::ListPlacementsRequest

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

data as a hash:

    {
      project_name: "ProjectName", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] project_name

The project containing the placements to be listed.
@return [String]

@!attribute [rw] next_token

The token to retrieve the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return per request. If not set, a
default value of 100 is used.
@return [Integer]

Constants

SENSITIVE