class Aws::CloudWatchEvidently::Types::StopExperimentRequest

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

data as a hash:

    {
      desired_state: "COMPLETED", # accepts COMPLETED, CANCELLED
      experiment: "ExperimentName", # required
      project: "ProjectRef", # required
      reason: "Description",
    }

@!attribute [rw] desired_state

Specify whether the experiment is to be considered `COMPLETED` or
`CANCELLED` after it stops.
@return [String]

@!attribute [rw] experiment

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

@!attribute [rw] project

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

@!attribute [rw] reason

A string that describes why you are stopping the experiment.
@return [String]

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

Constants

SENSITIVE