Class: Aws::Types::ServiceLimit
- Inherits:
-
Object
- Object
- Aws::Types::ServiceLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_service_limited ⇒ Boolean
Returns the value of attribute is_service_limited.
-
#unit ⇒ "TERABYTES"
Returns the value of attribute unit.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#is_service_limited ⇒ Boolean
Returns the value of attribute is_service_limited.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def is_service_limited @is_service_limited end |
#unit ⇒ "TERABYTES"
Returns the value of attribute unit.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def unit @unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def value @value end |