Class: Aws::Types::Volume
- Inherits:
-
Object
- Object
- Aws::Types::Volume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_path ⇒ Types::HostPath
Returns the value of attribute host_path.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#host_path ⇒ Types::HostPath
Returns the value of attribute host_path.
3365 3366 3367 |
# File 'sig/types.rbs', line 3365 def host_path @host_path end |
#name ⇒ ::String
Returns the value of attribute name.
3364 3365 3366 |
# File 'sig/types.rbs', line 3364 def name @name end |