class Aws::CodeCommit::Types::PostCommentForPullRequestInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PostCommentForPullRequestInput 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 your comment on the change.
@!attribute [rw] content
@return [Types::Location]
and the after commit ID.
comment on the pull request difference between the before commit ID
no location is provided, the comment will be posted as a general
The location of the change where you want to post your comment. If
@!attribute [rw] location
@return [String]
comment.
current tip of the branch for the pull request when you post the
The full commit ID of the commit in the source branch that is the
@!attribute [rw] after_commit_id
@return [String]
the tip of the branch at the time the pull request was created.
The full commit ID of the commit in the destination branch that was
@!attribute [rw] before_commit_id
@return [String]
pull request.
The name of the repository where you want to post a comment on a
@!attribute [rw] repository_name
@return [String]
ListPullRequests.
The system-generated ID of the pull request. To get this ID, use
@!attribute [rw] pull_request_id
}
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”, # required
repository_name: “RepositoryName”, # required
pull_request_id: “PullRequestId”, # required
{
data as a hash:
@note When making an API call, you may pass PostCommentForPullRequestInput