Class: Aws::CloudWatchEvidently::Types::StopExperimentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_timeTime

The date and time that the experiment stopped.

Returns:

  • (Time)


2997
2998
2999
3000
3001
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2997

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