class Aws::Mobile::Types::ListProjectsRequest

Request structure used to request projects list in AWS Mobile Hub.

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] max_results

Maximum number of records to list in a single response.
@return [Integer]

@!attribute [rw] next_token

Pagination token. Set to null to start listing projects from start.
If non-null pagination token is returned in a result, then pass its
value in here in another request to list more projects.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mobile-2017-07-01/ListProjectsRequest AWS API Documentation

Constants

SENSITIVE