class Aws::CloudWatchEvidently::Types::FeatureSummary

This structure contains information about one Evidently feature in your account.

@!attribute [rw] arn

The ARN of the feature.
@return [String]

@!attribute [rw] created_time

The date and time that the feature is created.
@return [Time]

@!attribute [rw] default_variation

The name of the variation that is used as the default variation. The
default variation is served to users who are not allocated to any
ongoing launches or experiments of this feature.
@return [String]

@!attribute [rw] evaluation_rules

An array of structures that define
@return [Array<Types::EvaluationRule>]

@!attribute [rw] evaluation_strategy

If this value is `ALL_RULES`, the traffic allocation specified by
any ongoing launches or experiments is being used. If this is
`DEFAULT_VARIATION`, the default variation is being served to all
users.
@return [String]

@!attribute [rw] last_updated_time

The date and time that the feature was most recently updated.
@return [Time]

@!attribute [rw] name

The name of the feature.
@return [String]

@!attribute [rw] project

The name or ARN of the project that contains the feature.
@return [String]

@!attribute [rw] status

The current state of the feature.
@return [String]

@!attribute [rw] tags

The list of tag keys and values associated with this feature.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/FeatureSummary AWS API Documentation

Constants

SENSITIVE