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.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def marker @marker end |
#usage_limits ⇒ ::Array[Types::UsageLimit]
Returns the value of attribute usage_limits.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def usage_limits @usage_limits end |