Class: Aws::CloudWatchEvidently::Types::ExperimentReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ExperimentReport
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure that contains results of an experiment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the report.
-
#metric_name ⇒ String
The name of the metric that is analyzed in this experiment report.
-
#report_name ⇒ String
The type of analysis used for this report.
-
#treatment_name ⇒ String
The name of the variation that this report pertains to.
Instance Attribute Details
#content ⇒ String
The content of the report.
1008 1009 1010 1011 1012 1013 1014 1015 |
# File '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_name ⇒ String
The name of the metric that is analyzed in this experiment report.
1008 1009 1010 1011 1012 1013 1014 1015 |
# File '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_name ⇒ String
The type of analysis used for this report.
1008 1009 1010 1011 1012 1013 1014 1015 |
# File '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_name ⇒ String
The name of the variation that this report pertains to.
1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1008 class ExperimentReport < Struct.new( :content, :metric_name, :report_name, :treatment_name) SENSITIVE = [] include Aws::Structure end |