Class: Aws::CloudWatchEvidently::Types::FeatureSummary

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)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

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

#created_timeTime

The date and time that the feature is created.

Returns:

  • (Time)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

class FeatureSummary < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags)
  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.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

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

#evaluation_rulesArray<Types::EvaluationRule>

An array of structures that define

Returns:



1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

class FeatureSummary < Struct.new(
  :arn,
  :created_time,
  :default_variation,
  :evaluation_rules,
  :evaluation_strategy,
  :last_updated_time,
  :name,
  :project,
  :status,
  :tags)
  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)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

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

#last_updated_timeTime

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

Returns:

  • (Time)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

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

#nameString

The name of the feature.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

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

#projectString

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

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

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

#statusString

The current state of the feature.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1222

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