Class: Aws::Types::GetFolderInput
- Inherits:
-
Object
- Object
- Aws::Types::GetFolderInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_specifier ⇒ ::String
Returns the value of attribute commit_specifier.
-
#folder_path ⇒ ::String
Returns the value of attribute folder_path.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#commit_specifier ⇒ ::String
Returns the value of attribute commit_specifier.
896 897 898 |
# File 'sig/types.rbs', line 896 def commit_specifier @commit_specifier end |
#folder_path ⇒ ::String
Returns the value of attribute folder_path.
897 898 899 |
# File 'sig/types.rbs', line 897 def folder_path @folder_path end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
895 896 897 |
# File 'sig/types.rbs', line 895 def repository_name @repository_name end |