Class: Aws::Types::GetFileInput
- Inherits:
-
Object
- Object
- Aws::Types::GetFileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_specifier ⇒ ::String
Returns the value of attribute commit_specifier.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#commit_specifier ⇒ ::String
Returns the value of attribute commit_specifier.
879 880 881 |
# File 'sig/types.rbs', line 879 def commit_specifier @commit_specifier end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
880 881 882 |
# File 'sig/types.rbs', line 880 def file_path @file_path end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
878 879 880 |
# File 'sig/types.rbs', line 878 def repository_name @repository_name end |