Class: Aws::Types::EfsFileLocation
- Inherits:
-
Object
- Object
- Aws::Types::EfsFileLocation
- 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.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
700 701 702 |
# File 'sig/types.rbs', line 700 def file_system_id @file_system_id end |
#path ⇒ ::String
Returns the value of attribute path.
701 702 703 |
# File 'sig/types.rbs', line 701 def path @path end |