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