Class: Aws::Types::ListFileCommitHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFileCommitHistoryRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#commit_specifier ⇒ ::String
Returns the value of attribute commit_specifier.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def commit_specifier @commit_specifier end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def file_path @file_path end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def next_token @next_token end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def repository_name @repository_name end |