Class: Aws::Types::LimitType
- Inherits:
-
Object
- Object
- Aws::Types::LimitType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#free_limit_value ⇒ ::Integer
Returns the value of attribute free_limit_value.
-
#limit_definition ⇒ Types::LimitDefinitionType
Returns the value of attribute limit_definition.
-
#provisioned_limit_value ⇒ ::Integer
Returns the value of attribute provisioned_limit_value.
Instance Attribute Details
#free_limit_value ⇒ ::Integer
Returns the value of attribute free_limit_value.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def free_limit_value @free_limit_value end |
#limit_definition ⇒ Types::LimitDefinitionType
Returns the value of attribute limit_definition.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def limit_definition @limit_definition end |
#provisioned_limit_value ⇒ ::Integer
Returns the value of attribute provisioned_limit_value.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def provisioned_limit_value @provisioned_limit_value end |