Class: Aws::CloudWatchEvidently::Types::ExperimentReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ExperimentReport
- 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
-
#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.
969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 969 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.
969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 969 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.
969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 969 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.
969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 969 class ExperimentReport < Struct.new( :content, :metric_name, :report_name, :treatment_name) SENSITIVE = [] include Aws::Structure end |