Class: Aws::CloudWatchEvidently::Types::StartExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::StartExperimentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_complete_time ⇒ Time
The date and time to end the experiment.
-
#experiment ⇒ String
The name of the experiment to start.
-
#project ⇒ String
The name or ARN of the project that contains the experiment to start.
Instance Attribute Details
#analysis_complete_time ⇒ Time
The date and time to end the experiment. This must be no more than 30 days after the experiment starts.
2913 2914 2915 2916 2917 2918 2919 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2913 class StartExperimentRequest < Struct.new( :analysis_complete_time, :experiment, :project) SENSITIVE = [] include Aws::Structure end |
#experiment ⇒ String
The name of the experiment to start.
2913 2914 2915 2916 2917 2918 2919 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2913 class StartExperimentRequest < Struct.new( :analysis_complete_time, :experiment, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the experiment to start.
2913 2914 2915 2916 2917 2918 2919 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2913 class StartExperimentRequest < Struct.new( :analysis_complete_time, :experiment, :project) SENSITIVE = [] include Aws::Structure end |