class Aws::CodeCommit::Client
def put_repository_triggers(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
put_repository_triggers(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::PutRepositoryTriggersOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:triggers
(Array
) -- -
:repository_name
(String
) --
def put_repository_triggers(params = {}, options = {}) req = build_request(:put_repository_triggers, params) req.send_request(options) end