class Aws::ECS::Types::StopTaskRequest

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

data as a hash:

    {
      cluster: "String",
      task: "String", # required
      reason: "String",
    }

@!attribute [rw] cluster

The short name or full Amazon Resource Name (ARN) of the cluster
that hosts the task to stop. If you do not specify a cluster, the
default cluster is assumed.
@return [String]

@!attribute [rw] task

The task ID or full Amazon Resource Name (ARN) of the task to stop.
@return [String]

@!attribute [rw] reason

An optional message specified when a task is stopped. For example,
if you are using a custom scheduler, you can use this parameter to
specify the reason for stopping the task here, and the message
appears in subsequent DescribeTasks API operations on this task. Up
to 255 characters are allowed in this message.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/StopTaskRequest AWS API Documentation

Constants

SENSITIVE