Class: Aws::CloudWatchEvidently::Types::EvaluationRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::EvaluationRule
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
The name of the experiment or launch.
-
#type ⇒ String
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.
Instance Attribute Details
#name ⇒ String
The name of the experiment or launch.
811 812 813 814 815 816 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 811 class EvaluationRule < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
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.
811 812 813 814 815 816 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 811 class EvaluationRule < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |