Class: Aws::CloudWatchEvidently::Types::EvaluateFeatureResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::EvaluateFeatureResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ String
If this user was assigned to a launch or experiment, this field lists the launch or experiment name.
-
#reason ⇒ String
Specifies the reason that the user session was assigned this variation.
-
#value ⇒ Types::VariableValue
The value assigned to this variation to differentiate it from the other variations of this feature.
-
#variation ⇒ String
The name of the variation that was served to the user session.
Instance Attribute Details
#details ⇒ String
If this user was assigned to a launch or experiment, this field lists the launch or experiment name.
706 707 708 709 710 711 712 713 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 706 class EvaluateFeatureResponse < Struct.new( :details, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Specifies the reason that the user session was assigned this variation. Possible values include ‘DEFAULT`, meaning the user was served the default variation; `LAUNCH_RULE_MATCH`, if the user session was enrolled in a launch; `EXPERIMENT_RULE_MATCH`, if the user session was enrolled in an experiment; or `ENTITY_OVERRIDES_MATCH`, if the user’s ‘entityId` matches an override rule.
706 707 708 709 710 711 712 713 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 706 class EvaluateFeatureResponse < Struct.new( :details, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::VariableValue
The value assigned to this variation to differentiate it from the other variations of this feature.
706 707 708 709 710 711 712 713 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 706 class EvaluateFeatureResponse < Struct.new( :details, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#variation ⇒ String
The name of the variation that was served to the user session.
706 707 708 709 710 711 712 713 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 706 class EvaluateFeatureResponse < Struct.new( :details, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |