Class: Aws::CloudWatchEvidently::Types::ExperimentExecution

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/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

Instance Attribute Details

#ended_timeTime

The date and time that the experiment ended.

Returns:

  • (Time)


981
982
983
984
985
986
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 981

class ExperimentExecution < Struct.new(
  :ended_time,
  :started_time)
  SENSITIVE = []
  include Aws::Structure
end

#started_timeTime

The date and time that the experiment started.

Returns:

  • (Time)


981
982
983
984
985
986
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 981

class ExperimentExecution < Struct.new(
  :ended_time,
  :started_time)
  SENSITIVE = []
  include Aws::Structure
end