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.
8771 8772 8773 |
# File 'sig/types.rbs', line 8771 def count @count end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
8770 8771 8772 |
# File 'sig/types.rbs', line 8770 def size_in_gb @size_in_gb end |
#type ⇒ "hdd", "ssd"
Returns the value of attribute type.
8772 8773 8774 |
# File 'sig/types.rbs', line 8772 def type @type end |