class Aws::CodeCommit::Client

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

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

Overloads:
  • get_folder(params = {})

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

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

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

Options Hash: (**params)
  • :folder_path (required, String) --
  • :commit_specifier (String) --
  • :repository_name (required, String) --
def get_folder(params = {}, options = {})
  req = build_request(:get_folder, params)
  req.send_request(options)
end