class Aws::CodeCommit::Client

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

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

Overloads:
  • delete_comment_content(params = {})

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

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

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

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