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