Class: Aws::Types::DescribeAccountLimitsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountLimitsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_limits ⇒ ::Array[Types::AccountLimit]
Returns the value of attribute account_limits.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_limits ⇒ ::Array[Types::AccountLimit]
Returns the value of attribute account_limits.
391 392 393 |
# File 'sig/types.rbs', line 391 def account_limits @account_limits end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
392 393 394 |
# File 'sig/types.rbs', line 392 def next_token @next_token end |