Class: Aws::Types::FileSystemConfig
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#local_mount_path ⇒ ::String
Returns the value of attribute local_mount_path.
-
#s3_files_config ⇒ Types::S3FilesConfig
Returns the value of attribute s3_files_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
805 806 807 |
# File 'sig/types.rbs', line 805 def arn @arn end |
#local_mount_path ⇒ ::String
Returns the value of attribute local_mount_path.
806 807 808 |
# File 'sig/types.rbs', line 806 def local_mount_path @local_mount_path end |
#s3_files_config ⇒ Types::S3FilesConfig
Returns the value of attribute s3_files_config.
807 808 809 |
# File 'sig/types.rbs', line 807 def s3_files_config @s3_files_config end |