Class: Aws::Types::S3FileSystemConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3FileSystemConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
10651 10652 10653 |
# File 'sig/types.rbs', line 10651 def mount_path @mount_path end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
10652 10653 10654 |
# File 'sig/types.rbs', line 10652 def s3_uri @s3_uri end |