Class: Aws::Types::AwsMountPoint
- Inherits:
-
Object
- Object
- Aws::Types::AwsMountPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_path ⇒ ::String
Returns the value of attribute container_path.
-
#source_volume ⇒ ::String
Returns the value of attribute source_volume.
Instance Attribute Details
#container_path ⇒ ::String
Returns the value of attribute container_path.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def container_path @container_path end |
#source_volume ⇒ ::String
Returns the value of attribute source_volume.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def source_volume @source_volume end |