Class: Aws::Types::ListUsageLimitsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUsageLimitsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#usage_limits ⇒ ::Array[Types::UsageLimit]
Returns the value of attribute usage_limits.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
681 682 683 |
# File 'sig/types.rbs', line 681 def next_token @next_token end |
#usage_limits ⇒ ::Array[Types::UsageLimit]
Returns the value of attribute usage_limits.
682 683 684 |
# File 'sig/types.rbs', line 682 def usage_limits @usage_limits end |