Class: Aws::Types::UsageLimitList
- Inherits:
-
Object
- Object
- Aws::Types::UsageLimitList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#usage_limits ⇒ ::Array[Types::UsageLimit]
Returns the value of attribute usage_limits.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def marker @marker end |
#usage_limits ⇒ ::Array[Types::UsageLimit]
Returns the value of attribute usage_limits.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def usage_limits @usage_limits end |