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

Class: Aws::Mobile::Types::ListProjectsResult

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

Overview

Result structure used for requests to list projects in AWS Mobile Hub.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token. Set to null to start listing records from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more entries.

Returns:

  • (String)

    Pagination token.

#projectsArray<Types::ProjectSummary>

List of projects.

Returns: