Class: Aws::CloudWatchEvidently::Types::Variation

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)


3621
3622
3623
3624
3625
3626
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3621

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

#valueTypes::VariableValue

The value assigned to this variation.



3621
3622
3623
3624
3625
3626
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3621

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