class Aws::AppSync::Types::ListGraphqlApisRequest

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

data as a hash:

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

@!attribute [rw] next_token

An identifier that was returned from the previous call to this
operation, which can be used to return the next set of items in the
list.
@return [String]

@!attribute [rw] max_results

The maximum number of results you want the request to return.
@return [Integer]

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

Constants

SENSITIVE