Class: Aws::Types::FileSystemDataSource
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_path ⇒ ::String
Returns the value of attribute directory_path.
-
#file_system_access_mode ⇒ "rw", "ro"
Returns the value of attribute file_system_access_mode.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#file_system_type ⇒ "EFS", "FSxLustre"
Returns the value of attribute file_system_type.
Instance Attribute Details
#directory_path ⇒ ::String
Returns the value of attribute directory_path.
6027 6028 6029 |
# File 'sig/types.rbs', line 6027 def directory_path @directory_path end |
#file_system_access_mode ⇒ "rw", "ro"
Returns the value of attribute file_system_access_mode.
6025 6026 6027 |
# File 'sig/types.rbs', line 6025 def file_system_access_mode @file_system_access_mode end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
6024 6025 6026 |
# File 'sig/types.rbs', line 6024 def file_system_id @file_system_id end |
#file_system_type ⇒ "EFS", "FSxLustre"
Returns the value of attribute file_system_type.
6026 6027 6028 |
# File 'sig/types.rbs', line 6026 def file_system_type @file_system_type end |