Class: Aws::Types::GetDifferencesInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDifferencesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_commit_specifier ⇒ ::String
Returns the value of attribute after_commit_specifier.
-
#after_path ⇒ ::String
Returns the value of attribute after_path.
-
#before_commit_specifier ⇒ ::String
Returns the value of attribute before_commit_specifier.
-
#before_path ⇒ ::String
Returns the value of attribute before_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
#after_commit_specifier ⇒ ::String
Returns the value of attribute after_commit_specifier.
863 864 865 |
# File 'sig/types.rbs', line 863 def after_commit_specifier @after_commit_specifier end |
#after_path ⇒ ::String
Returns the value of attribute after_path.
865 866 867 |
# File 'sig/types.rbs', line 865 def after_path @after_path end |
#before_commit_specifier ⇒ ::String
Returns the value of attribute before_commit_specifier.
862 863 864 |
# File 'sig/types.rbs', line 862 def before_commit_specifier @before_commit_specifier end |
#before_path ⇒ ::String
Returns the value of attribute before_path.
864 865 866 |
# File 'sig/types.rbs', line 864 def before_path @before_path end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
866 867 868 |
# File 'sig/types.rbs', line 866 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
867 868 869 |
# File 'sig/types.rbs', line 867 def next_token @next_token end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
861 862 863 |
# File 'sig/types.rbs', line 861 def repository_name @repository_name end |