class Aws::ServiceQuotas::Types::ListServiceQuotasRequest

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

data as a hash:

    {
      service_code: "ServiceCode", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] service_code

The service identifier.
@return [String]

@!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/ListServiceQuotasRequest AWS API Documentation

Constants

SENSITIVE