Class: Aws::Types::DataStorage
- Inherits:
-
Object
- Object
- Aws::Types::DataStorage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum ⇒ ::Integer
Returns the value of attribute maximum.
-
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
-
#unit ⇒ "GB"
Returns the value of attribute unit.
Instance Attribute Details
#maximum ⇒ ::Integer
Returns the value of attribute maximum.
561 562 563 |
# File 'sig/types.rbs', line 561 def maximum @maximum end |
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
562 563 564 |
# File 'sig/types.rbs', line 562 def minimum @minimum end |
#unit ⇒ "GB"
Returns the value of attribute unit.
563 564 565 |
# File 'sig/types.rbs', line 563 def unit @unit end |