class Aws::CloudWatchEvidently::Client
def start_launch(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
start_launch(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/StartLaunch - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::StartLaunchResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:project(required, String) -- -
:launch(required, String) --
def start_launch(params = {}, options = {}) req = build_request(:start_launch, params) req.send_request(options) end