Class: Aws::ServiceQuotas::Types::ListRequestedServiceQuotaChangeHistoryByQuotaResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

Returns:

  • (String)


461
462
463
464
465
466
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 461

class ListRequestedServiceQuotaChangeHistoryByQuotaResponse < Struct.new(
  :next_token,
  :requested_quotas)
  SENSITIVE = []
  include Aws::Structure
end

#requested_quotasArray<Types::RequestedServiceQuotaChange>

Information about the quota increase requests.



461
462
463
464
465
466
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 461

class ListRequestedServiceQuotaChangeHistoryByQuotaResponse < Struct.new(
  :next_token,
  :requested_quotas)
  SENSITIVE = []
  include Aws::Structure
end