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

Class: Aws::Mobile::Types::ListProjectsRequest

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of records to list in a single response.

Returns:

  • (Integer)

    Maximum number of records to list in a single response.

#next_tokenString

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.

Returns:

  • (String)

    Pagination token.