Class: Aws::Types::Capacity
- Inherits:
-
Object
- Object
- Aws::Types::Capacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available ⇒ ::Integer
Returns the value of attribute available.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#total ⇒ ::Integer
Returns the value of attribute total.
-
#unit ⇒ ::String
Returns the value of attribute unit.
-
#used ⇒ ::Integer
Returns the value of attribute used.
Instance Attribute Details
#available ⇒ ::Integer
Returns the value of attribute available.
27 28 29 |
# File 'sig/types.rbs', line 27 def available @available end |
#name ⇒ ::String
Returns the value of attribute name.
28 29 30 |
# File 'sig/types.rbs', line 28 def name @name end |
#total ⇒ ::Integer
Returns the value of attribute total.
29 30 31 |
# File 'sig/types.rbs', line 29 def total @total end |
#unit ⇒ ::String
Returns the value of attribute unit.
30 31 32 |
# File 'sig/types.rbs', line 30 def unit @unit end |
#used ⇒ ::Integer
Returns the value of attribute used.
31 32 33 |
# File 'sig/types.rbs', line 31 def used @used end |