Class: Aws::CloudWatchEvidently::Types::StopExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::StopExperimentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_time ⇒ Time
The date and time that the experiment stopped.
Instance Attribute Details
#ended_time ⇒ Time
The date and time that the experiment stopped.
2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2997 class StopExperimentResponse < Struct.new( :ended_time) SENSITIVE = [] include Aws::Structure end |