Class: Aws::CloudWatchEvidently::Types::VariationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::VariationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
This structure contains the name and variation value of one variation of a feature.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the variation.
-
#value ⇒ Types::VariableValue
The value assigned to this variation.
Instance Attribute Details
#name ⇒ String
The name of the variation.
3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3641 class VariationConfig < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::VariableValue
The value assigned to this variation.
3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3641 class VariationConfig < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |