Class: Aws::CloudWatchEvidently::Types::EvaluateFeatureResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

If this user was assigned to a launch or experiment, this field lists the launch or experiment name.

Returns:

  • (String)


706
707
708
709
710
711
712
713
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 706

class EvaluateFeatureResponse < Struct.new(
  :details,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

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.

Returns:

  • (String)


706
707
708
709
710
711
712
713
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 706

class EvaluateFeatureResponse < Struct.new(
  :details,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::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 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 706

class EvaluateFeatureResponse < Struct.new(
  :details,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#variationString

The name of the variation that was served to the user session.

Returns:

  • (String)


706
707
708
709
710
711
712
713
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 706

class EvaluateFeatureResponse < Struct.new(
  :details,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end