Class: Aws::CloudWatchEvidently::Types::ExperimentExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ExperimentExecution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
This structure contains the date and time that the experiment started and ended.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_time ⇒ Time
The date and time that the experiment ended.
-
#started_time ⇒ Time
The date and time that the experiment started.
Instance Attribute Details
#ended_time ⇒ Time
The date and time that the experiment ended.
981 982 983 984 985 986 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 981 class ExperimentExecution < Struct.new( :ended_time, :started_time) SENSITIVE = [] include Aws::Structure end |
#started_time ⇒ Time
The date and time that the experiment started.
981 982 983 984 985 986 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 981 class ExperimentExecution < Struct.new( :ended_time, :started_time) SENSITIVE = [] include Aws::Structure end |