Class: Aws::CloudWatchEvidently::Types::ExperimentSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ExperimentSchedule
- 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
-
#analysis_complete_time ⇒ Time
The time and date that Evidently completed the analysis of the experiment.
Instance Attribute Details
#analysis_complete_time ⇒ Time
The time and date that Evidently completed the analysis of the experiment.
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 |