class Aws::CodeCommit::Client

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

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

Overloads:
  • get_branch(params = {})

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

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

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

Options Hash: (**params)
  • :branch_name (String) --
  • :repository_name (String) --
def get_branch(params = {}, options = {})
  req = build_request(:get_branch, params)
  req.send_request(options)
end