class Aws::ServiceQuotas::Types::ListRequestedServiceQuotaChangeHistoryRequest
@note When making an API call, you may pass ListRequestedServiceQuotaChangeHistoryRequest
data as a hash: { service_code: "ServiceCode", status: "PENDING", # accepts PENDING, CASE_OPENED, APPROVED, DENIED, CASE_CLOSED next_token: "NextToken", max_results: 1, }
@!attribute [rw] service_code
The service identifier. @return [String]
@!attribute [rw] status
The status of the quota increase request. @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/ListRequestedServiceQuotaChangeHistoryRequest AWS API Documentation
Constants
- SENSITIVE