Class: Aws::CloudWatchEvidently::Types::GetExperimentResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetExperimentResultsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ String
If the experiment doesn’t yet have enough events to provide valid results, this field is returned with the message ‘Not enough events to generate results`.
-
#reports ⇒ Array<Types::ExperimentReport>
An array of structures that include the reports that you requested.
-
#results_data ⇒ Array<Types::ExperimentResultsData>
An array of structures that include experiment results including metric names and values.
-
#timestamps ⇒ Array<Time>
The timestamps of each result returned.
Instance Attribute Details
#details ⇒ String
If the experiment doesn’t yet have enough events to provide valid results, this field is returned with the message ‘Not enough events to generate results`. If there are enough events to provide valid results, this field is not returned.
1375 1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1375 class GetExperimentResultsResponse < Struct.new( :details, :reports, :results_data, :timestamps) SENSITIVE = [] include Aws::Structure end |
#reports ⇒ Array<Types::ExperimentReport>
An array of structures that include the reports that you requested.
1375 1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1375 class GetExperimentResultsResponse < Struct.new( :details, :reports, :results_data, :timestamps) SENSITIVE = [] include Aws::Structure end |
#results_data ⇒ Array<Types::ExperimentResultsData>
An array of structures that include experiment results including metric names and values.
1375 1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1375 class GetExperimentResultsResponse < Struct.new( :details, :reports, :results_data, :timestamps) SENSITIVE = [] include Aws::Structure end |
#timestamps ⇒ Array<Time>
The timestamps of each result returned.
1375 1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1375 class GetExperimentResultsResponse < Struct.new( :details, :reports, :results_data, :timestamps) SENSITIVE = [] include Aws::Structure end |