Class: Aws::CloudWatchEvidently::Types::Variation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::Variation
- 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.
3621 3622 3623 3624 3625 3626 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3621 class Variation < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::VariableValue
The value assigned to this variation.
3621 3622 3623 3624 3625 3626 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3621 class Variation < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |