cloudwatchevidently_get_feature {paws.management} | R Documentation |
Returns the details about one feature
Description
Returns the details about one feature. You must already know the feature name. To retrieve a list of features in your account, use list_features
.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_get_feature/ for full documentation.
Usage
cloudwatchevidently_get_feature(feature, project)
Arguments
feature |
[required] The name of the feature that you want to retrieve information for. |
project |
[required] The name or ARN of the project that contains the feature. |
[Package paws.management version 0.7.0 Index]