Class: Aws::Types::ListComputeQuotasResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListComputeQuotasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_quota_summaries ⇒ ::Array[Types::ComputeQuotaSummary]
Returns the value of attribute compute_quota_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#compute_quota_summaries ⇒ ::Array[Types::ComputeQuotaSummary]
Returns the value of attribute compute_quota_summaries.
7393 7394 7395 |
# File 'sig/types.rbs', line 7393 def compute_quota_summaries @compute_quota_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7394 7395 7396 |
# File 'sig/types.rbs', line 7394 def next_token @next_token end |