You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceQuotas::Types::ListRequestedServiceQuotaChangeHistoryByQuotaRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListRequestedServiceQuotaChangeHistoryByQuotaRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  service_code: "ServiceCode", # required
  quota_code: "QuotaCode", # required
  status: "PENDING", # accepts PENDING, CASE_OPENED, APPROVED, DENIED, CASE_CLOSED
  next_token: "NextToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

(Optional) Limits the number of results that you want to include in the response. If you don\'t include this parameter, the response defaults to a value that\'s specific to the operation. If additional items exist beyond the specified maximum, the NextToken element is present and has a value (isn\'t null). Include that value as the NextToken request parameter in the call to the operation to get the next part of the results. You should check NextToken after every operation to ensure that you receive all of the results.

Returns:

  • (Integer)

    (Optional) Limits the number of results that you want to include in the response.

#next_tokenString

(Optional) Use this parameter in a request if you receive a NextToken response in a previous request that indicates that there\'s more output available. In a subsequent call, set it to the value of the previous call\'s NextToken response to indicate where the output should continue from.

Returns:

  • (String)

    (Optional) Use this parameter in a request if you receive a NextToken response in a previous request that indicates that there\'s more output available.

#quota_codeString

Specifies the service quota that you want to use

Returns:

  • (String)

    Specifies the service quota that you want to use.

#service_codeString

Specifies the service that you want to use.

Returns:

  • (String)

    Specifies the service that you want to use.

#statusString

Specifies the status value of the quota increase request.

Possible values:

  • PENDING
  • CASE_OPENED
  • APPROVED
  • DENIED
  • CASE_CLOSED

Returns:

  • (String)

    Specifies the status value of the quota increase request.