class Aws::CodeCommit::Types::PostCommentForComparedCommitInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PostCommentForComparedCommitInput AWS API Documentation
@return [String]
not need to pass this option.
**A suitable default value is auto-generated.** You should normally
initial request that used that token.
token is included, the request will return information about the
parameter. If a request is received with the same parameters and a
request, ensures the request cannot be repeated with a changed
A unique, client-generated idempotency token that when provided in a
@!attribute [rw] client_request_token
@return [String]
The content of the comment you want to make.
@!attribute [rw] content
@return [Types::Location]
The location of the comparison where you want to comment.
@!attribute [rw] location
@return [String]
ID of the ‘after’ commit.
To establish the directionality of the comparison, the full commit
@!attribute [rw] after_commit_id
@return [String]
ID of the ‘before’ commit.
To establish the directionality of the comparison, the full commit
@!attribute [rw] before_commit_id
@return [String]
comparison between commits.
The name of the repository where you want to post a comment on the
@!attribute [rw] repository_name
}
client_request_token: “ClientRequestToken”,
content: “Content”, # required
},
relative_file_version: “BEFORE”, # accepts BEFORE, AFTER
file_position: 1,
file_path: “Path”,
location: {
after_commit_id: “CommitId”, # required
before_commit_id: “CommitId”,
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass PostCommentForComparedCommitInput