Class: Aws::Types::DiskInfo
- Inherits:
-
Object
- Object
- Aws::Types::DiskInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
-
#type ⇒ "hdd", "ssd"
Returns the value of attribute type.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
8560 8561 8562 |
# File 'sig/types.rbs', line 8560 def count @count end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
8559 8560 8561 |
# File 'sig/types.rbs', line 8559 def size_in_gb @size_in_gb end |
#type ⇒ "hdd", "ssd"
Returns the value of attribute type.
8561 8562 8563 |
# File 'sig/types.rbs', line 8561 def type @type end |