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