Class: Aws::Types::AttachedDisk
- Inherits:
-
Object
- Object
- Aws::Types::AttachedDisk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::String
Returns the value of attribute path.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
Instance Attribute Details
#path ⇒ ::String
Returns the value of attribute path.
167 168 169 |
# File 'sig/types.rbs', line 167 def path @path end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
168 169 170 |
# File 'sig/types.rbs', line 168 def size_in_gb @size_in_gb end |