Class: Aws::Types::LimitDefinitionType
- Inherits:
-
Object
- Object
- Aws::Types::LimitDefinitionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#limit_class ⇒ "API_CATEGORY"
Returns the value of attribute limit_class.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def attributes @attributes end |
#limit_class ⇒ "API_CATEGORY"
Returns the value of attribute limit_class.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def limit_class @limit_class end |