Class: Aws::CloudWatchEvidently::Types::StartExperimentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#started_timeTime

A timestamp that indicates when the experiment started.

Returns:

  • (Time)


2927
2928
2929
2930
2931
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2927

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