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.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def free_limit_value @free_limit_value end |
#limit_definition ⇒ Types::LimitDefinitionType
Returns the value of attribute limit_definition.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def limit_definition @limit_definition end |
#provisioned_limit_value ⇒ ::Integer
Returns the value of attribute provisioned_limit_value.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def provisioned_limit_value @provisioned_limit_value end |