class Aws::CodeCommit::Client

def update_comment(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • update_comment(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdateComment - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::UpdateCommentOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :content (required, String) --
  • :comment_id (required, String) --
def update_comment(params = {}, options = {})
  req = build_request(:update_comment, params)
  req.send_request(options)
end