Class: Aws::CloudWatchEvidently::Types::GetExperimentResultsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

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.

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1375

class GetExperimentResultsResponse < Struct.new(
  :details,
  :reports,
  :results_data,
  :timestamps)
  SENSITIVE = []
  include Aws::Structure
end

#reportsArray<Types::ExperimentReport>

An array of structures that include the reports that you requested.

Returns:



1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1375

class GetExperimentResultsResponse < Struct.new(
  :details,
  :reports,
  :results_data,
  :timestamps)
  SENSITIVE = []
  include Aws::Structure
end

#results_dataArray<Types::ExperimentResultsData>

An array of structures that include experiment results including metric names and values.

Returns:



1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1375

class GetExperimentResultsResponse < Struct.new(
  :details,
  :reports,
  :results_data,
  :timestamps)
  SENSITIVE = []
  include Aws::Structure
end

#timestampsArray<Time>

The timestamps of each result returned.

Returns:

  • (Array<Time>)


1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1375

class GetExperimentResultsResponse < Struct.new(
  :details,
  :reports,
  :results_data,
  :timestamps)
  SENSITIVE = []
  include Aws::Structure
end