Class: Aws::CloudWatchEvidently::Types::EvaluationRule

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

Overview

A structure that contains the information about an evaluation rule for this feature, if it is used in a launch or experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the experiment or launch.

Returns:

  • (String)


811
812
813
814
815
816
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 811

class EvaluationRule < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is aws.evidently.onlineab if this is an evaluation rule for an experiment.

Returns:

  • (String)


811
812
813
814
815
816
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 811

class EvaluationRule < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end