Class: Aws::Types::EksContainerVolumeMount
- Inherits:
-
Object
- Object
- Aws::Types::EksContainerVolumeMount
- 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.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#sub_path ⇒ ::String
Returns the value of attribute sub_path.
Instance Attribute Details
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
722 723 724 |
# File 'sig/types.rbs', line 722 def mount_path @mount_path end |
#name ⇒ ::String
Returns the value of attribute name.
721 722 723 |
# File 'sig/types.rbs', line 721 def name @name end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
724 725 726 |
# File 'sig/types.rbs', line 724 def read_only @read_only end |
#sub_path ⇒ ::String
Returns the value of attribute sub_path.
723 724 725 |
# File 'sig/types.rbs', line 723 def sub_path @sub_path end |