Class: Aws::Types::VolumeMount
- Inherits:
-
Object
- Object
- Aws::Types::VolumeMount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
8114 8115 8116 |
# File 'sig/types.rbs', line 8114 def mount_path @mount_path end |
#name ⇒ ::String
Returns the value of attribute name.
8113 8114 8115 |
# File 'sig/types.rbs', line 8113 def name @name end |