Class: Aws::CloudWatchEvidently::Types::Feature

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

This structure contains information about one Evidently feature in your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the feature.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The date and time that the feature is created.

Returns:

  • (Time)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#default_variationString

The name of the variation that is used as the default variation. The default variation is served to users who are not allocated to any ongoing launches or experiments of this feature.

This variation must also be listed in the variations structure.

If you omit defaultVariation, the first variation listed in the variations structure is used as the default variation.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the feature.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#entity_overridesHash<String,String>

A set of key-value pairs that specify users who should always be served a specific variation of a feature. Each key specifies a user using their user ID, account ID, or some other identifier. The value specifies the name of the variation that the user is to be served.

For the override to be successful, the value of the key must match the entityId used in the EvaluateFeature operation.

Returns:

  • (Hash<String,String>)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_rulesArray<Types::EvaluationRule>

An array of structures that define the evaluation rules for the feature.

Returns:



1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_strategyString

If this value is ALL_RULES, the traffic allocation specified by any ongoing launches or experiments is being used. If this is DEFAULT_VARIATION, the default variation is being served to all users.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The date and time that the feature was most recently updated.

Returns:

  • (Time)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the feature.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

The name or ARN of the project that contains the feature.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of the feature.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of tag keys and values associated with this feature.

Returns:

  • (Hash<String,String>)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#value_typeString

Defines the type of value used to define the different feature variations. For more information, see Variation types

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#variationsArray<Types::Variation>

An array of structures that contain the configuration of the feature's different variations.

Returns:



1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1153

class Feature < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :description,
  :entity_overrides,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags,
  :value_type,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end