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