Class: Aws::Types::DescribeAccountLimitsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountLimitsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limits ⇒ ::Array[Types::Limit]
Returns the value of attribute limits.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#limits ⇒ ::Array[Types::Limit]
Returns the value of attribute limits.
228 229 230 |
# File 'sig/types.rbs', line 228 def limits @limits end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
229 230 231 |
# File 'sig/types.rbs', line 229 def next_marker @next_marker end |