Class: Aws::CloudWatchEvidently::Types::ExperimentReport

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

Overview

A structure that contains results of an experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the report.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1008

class ExperimentReport < Struct.new(
  :content,
  :metric_name,
  :report_name,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the metric that is analyzed in this experiment report.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1008

class ExperimentReport < Struct.new(
  :content,
  :metric_name,
  :report_name,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#report_nameString

The type of analysis used for this report.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1008

class ExperimentReport < Struct.new(
  :content,
  :metric_name,
  :report_name,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#treatment_nameString

The name of the variation that this report pertains to.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1008

class ExperimentReport < Struct.new(
  :content,
  :metric_name,
  :report_name,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end