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.
6023 6024 6025 |
# File 'sig/types.rbs', line 6023 def directory_path @directory_path end |
#file_system_access_mode ⇒ "rw", "ro"
Returns the value of attribute file_system_access_mode.
6021 6022 6023 |
# File 'sig/types.rbs', line 6021 def file_system_access_mode @file_system_access_mode end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
6020 6021 6022 |
# File 'sig/types.rbs', line 6020 def file_system_id @file_system_id end |
#file_system_type ⇒ "EFS", "FSxLustre"
Returns the value of attribute file_system_type.
6022 6023 6024 |
# File 'sig/types.rbs', line 6022 def file_system_type @file_system_type end |