Class: Aws::Types::ListComputeQuotasResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_quota_summaries::Array[Types::ComputeQuotaSummary]

Returns the value of attribute compute_quota_summaries.

Returns:



7408
7409
7410
# File 'sig/types.rbs', line 7408

def compute_quota_summaries
  @compute_quota_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7409
7410
7411
# File 'sig/types.rbs', line 7409

def next_token
  @next_token
end