Class: Aws::Types::Volume
- Inherits:
-
Object
- Object
- Aws::Types::Volume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
-
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
Instance Attribute Details
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def volume_name @volume_name end |
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def volume_type @volume_type end |