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