class Aws::Mobile::Types::ListBundlesRequest

Request structure to request all available bundles.

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

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 bundles from start.
If non-null pagination token is returned in a result, then pass its
value in here in another request to list more bundles.
@return [String]

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

Constants

SENSITIVE