class Aws::CodeCommit::Types::PostCommentReplyInput

@note When making an API call, you may pass PostCommentReplyInput

data as a hash:

    {
      in_reply_to: "CommentId", # required
      client_request_token: "ClientRequestToken",
      content: "Content", # required
    }

@!attribute [rw] in_reply_to

The system-generated ID of the comment to which you want to reply.
To get this ID, use GetCommentsForComparedCommit or
GetCommentsForPullRequest.
@return [String]

@!attribute [rw] client_request_token

A unique, client-generated idempotency token that, when provided in
a request, ensures the request cannot be repeated with a changed
parameter. If a request is received with the same parameters and a
token is included, the request returns information about the initial
request that used that token.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] content

The contents of your reply to a comment.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PostCommentReplyInput AWS API Documentation

Constants

SENSITIVE