Class: Aws::CloudWatchEvidently::Types::ExperimentSchedule

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

Overview

This structure contains the time and date that Evidently completed the analysis of the experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_complete_timeTime

The time and date that Evidently completed the analysis of the experiment.

Returns:

  • (Time)


1059
1060
1061
1062
1063
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1059

class ExperimentSchedule < Struct.new(
  :analysis_complete_time)
  SENSITIVE = []
  include Aws::Structure
end