Class: Aws::CloudWatchEvidently::Types::VariationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/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

Instance Attribute Details

#nameString

The name of the variation.

Returns:

  • (String)


3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3641

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

#valueTypes::VariableValue

The value assigned to this variation.



3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3641

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