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.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def attributes @attributes end |
#limit_class ⇒ "API_CATEGORY"
Returns the value of attribute limit_class.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def limit_class @limit_class end |