class Aws::CodeCommit::Types::GetDifferencesInput
@note When making an API call, you may pass GetDifferencesInput
data as a hash: { repository_name: "RepositoryName", # required before_commit_specifier: "CommitName", after_commit_specifier: "CommitName", # required before_path: "Path", after_path: "Path", max_results: 1, next_token: "NextToken", }
@!attribute [rw] repository_name
The name of the repository where you want to get differences. @return [String]
@!attribute [rw] before_commit_specifier
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, the full commit ID). Optional. If not specified, all changes before the `afterCommitSpecifier` value are shown. If you do not use `beforeCommitSpecifier` in your request, consider limiting the results with `maxResults`. @return [String]
@!attribute [rw] after_commit_specifier
The branch, tag, HEAD, or other fully qualified reference used to identify a commit. @return [String]
@!attribute [rw] before_path
The file path in which to check for differences. Limits the results to this path. Can also be used to specify the previous name of a directory or folder. If `beforePath` and `afterPath` are not specified, differences are shown for all paths. @return [String]
@!attribute [rw] after_path
The file path in which to check differences. Limits the results to this path. Can also be used to specify the changed name of a directory or folder, if it has changed. If not specified, differences are shown for all paths. @return [String]
@!attribute [rw] max_results
A non-zero, non-negative integer used to limit the number of returned results. @return [Integer]
@!attribute [rw] next_token
An enumeration token that, when provided in a request, returns the next batch of the results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetDifferencesInput AWS API Documentation
Constants
- SENSITIVE