class Aws::CloudWatchEvidently::Types::StopLaunchRequest

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

data as a hash:

    {
      desired_state: "COMPLETED", # accepts COMPLETED, CANCELLED
      launch: "LaunchName", # required
      project: "ProjectRef", # required
      reason: "Description",
    }

@!attribute [rw] desired_state

Specify whether to consider the launch as `COMPLETED` or `CANCELLED`
after it stops.
@return [String]

@!attribute [rw] launch

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

@!attribute [rw] project

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

@!attribute [rw] reason

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

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

Constants

SENSITIVE