class Aws::Amplify::Types::ListAppsRequest

The request structure for the list apps request.

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

data as a hash:

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

@!attribute [rw] next_token

A pagination token. If non-null, the pagination token is returned in
a result. Pass its value in another request to retrieve more
entries.
@return [String]

@!attribute [rw] max_results

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

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListAppsRequest AWS API Documentation

Constants

SENSITIVE