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