Class: Aws::Types::Folder
- Inherits:
-
Object
- Object
- Aws::Types::Folder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
-
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
-
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
Instance Attribute Details
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
731 732 733 |
# File 'sig/types.rbs', line 731 def absolute_path @absolute_path end |
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
732 733 734 |
# File 'sig/types.rbs', line 732 def relative_path @relative_path end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def tree_id @tree_id end |