Class: Aws::ServiceQuotas::Types::ListServiceQuotasResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


672
673
674
675
676
677
# File 'lib/aws-sdk-servicequotas/types.rb', line 672

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

#quotasArray<Types::ServiceQuota>

Information about the quotas.

Returns:



672
673
674
675
676
677
# File 'lib/aws-sdk-servicequotas/types.rb', line 672

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