Class: Aws::Types::ProjectFileSystemLocation
- Inherits:
-
Object
- Object
- Aws::Types::ProjectFileSystemLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#mount_options ⇒ ::String
Returns the value of attribute mount_options.
-
#mount_point ⇒ ::String
Returns the value of attribute mount_point.
-
#type ⇒ "EFS"
Returns the value of attribute type.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
981 982 983 |
# File 'sig/types.rbs', line 981 def identifier @identifier end |
#location ⇒ ::String
Returns the value of attribute location.
979 980 981 |
# File 'sig/types.rbs', line 979 def location @location end |
#mount_options ⇒ ::String
Returns the value of attribute mount_options.
982 983 984 |
# File 'sig/types.rbs', line 982 def @mount_options end |
#mount_point ⇒ ::String
Returns the value of attribute mount_point.
980 981 982 |
# File 'sig/types.rbs', line 980 def mount_point @mount_point end |
#type ⇒ "EFS"
Returns the value of attribute type.
978 979 980 |
# File 'sig/types.rbs', line 978 def type @type end |