Class: Aws::Types::FileSystemLocation
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#type ⇒ "SHARED", "LOCAL"
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def path @path end |
#type ⇒ "SHARED", "LOCAL"
Returns the value of attribute type.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def type @type end |