Class: Aws::Types::Mount
- Inherits:
-
Object
- Object
- Aws::Types::Mount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
-
#source ⇒ Types::MountSource
Returns the value of attribute source.
-
#storage_type ⇒ "SHARED_STORAGE"
Returns the value of attribute storage_type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def name @name end |
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def relative_path @relative_path end |
#source ⇒ Types::MountSource
Returns the value of attribute source.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def source @source end |
#storage_type ⇒ "SHARED_STORAGE"
Returns the value of attribute storage_type.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def storage_type @storage_type end |