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

Class: Aws::IoT1ClickProjects::Types::ListPlacementsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)

    The maximum number of results to return per request.

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)

    The token to retrieve the next set of results.

#project_nameString

The project containing the placements to be listed.

Returns:

  • (String)

    The project containing the placements to be listed.