class Aws::CloudWatchEvidently::Types::StopLaunchRequest
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/StopLaunchRequest AWS API Documentation
@return [String]
A string that describes why you are stopping the launch.
@!attribute [rw] reason
@return [String]
want to stop.
The name or ARN of the project that contains the launch that you
@!attribute [rw] project
@return [String]
The name of the launch to stop.
@!attribute [rw] launch
@return [String]
after it stops.
Specify whether to consider the launch as ‘COMPLETED` or `CANCELLED`
@!attribute [rw] desired_state
}
reason: “Description”,
project: “ProjectRef”, # required
launch: “LaunchName”, # required
desired_state: “COMPLETED”, # accepts COMPLETED, CANCELLED
{
data as a hash:
@note When making an API call, you may pass StopLaunchRequest