Class: Aws::Types::SymbolicLink
- Inherits:
-
Object
- Object
- Aws::Types::SymbolicLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
-
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
-
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
-
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
Instance Attribute Details
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def absolute_path @absolute_path end |
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def blob_id @blob_id end |
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def file_mode @file_mode end |
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def relative_path @relative_path end |