Class: Aws::CloudWatchEvidently::Types::StartExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::StartExperimentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#started_time ⇒ Time
A timestamp that indicates when the experiment started.
Instance Attribute Details
#started_time ⇒ Time
A timestamp that indicates when the experiment started.
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 |