class Aws::ServiceQuotas::Types::ListServicesRequest

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

data as a hash:

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

@!attribute [rw] next_token

The token for the next page of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return with a single call. To
retrieve the remaining results, if any, make another call with the
token returned from this call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListServicesRequest AWS API Documentation

Constants

SENSITIVE