Class: Aws::Types::EfsStorageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EfsStorageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#mount_point ⇒ ::String
Returns the value of attribute mount_point.
Instance Attribute Details
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
386 387 388 |
# File 'sig/types.rbs', line 386 def file_system_id @file_system_id end |
#mount_point ⇒ ::String
Returns the value of attribute mount_point.
387 388 389 |
# File 'sig/types.rbs', line 387 def mount_point @mount_point end |