Class: Aws::Types::ListLimitsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLimitsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limits ⇒ ::Array[Types::LimitSummary]
Returns the value of attribute limits.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#limits ⇒ ::Array[Types::LimitSummary]
Returns the value of attribute limits.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def limits @limits end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def next_token @next_token end |