class Aws::CloudWatchEvidently::Types::StartExperimentRequest

@note When making an API call, you may pass StartExperimentRequest

data as a hash:

    {
      analysis_complete_time: Time.now, # required
      experiment: "ExperimentName", # required
      project: "ProjectRef", # required
    }

@!attribute [rw] analysis_complete_time

The date and time to end the experiment.
@return [Time]

@!attribute [rw] experiment

The name of the experiment to start.
@return [String]

@!attribute [rw] project

The name or ARN of the project that contains the experiment to
start.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/StartExperimentRequest AWS API Documentation

Constants

SENSITIVE