class Aws::CodeCommit::Client
def post_comment_reply(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
post_comment_reply(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PostCommentReply - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::PostCommentReplyOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:content
(required, String
) -- -
:client_request_token
(String
) -- -
:in_reply_to
(required, String
) --
def post_comment_reply(params = {}, options = {}) req = build_request(:post_comment_reply, params) req.send_request(options) end