class Aws::CodeDeploy::Types::StopDeploymentInput

Represents the input of a `StopDeployment` operation.

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

data as a hash:

    {
      deployment_id: "DeploymentId", # required
      auto_rollback_enabled: false,
    }

@!attribute [rw] deployment_id

The unique ID of a deployment.
@return [String]

@!attribute [rw] auto_rollback_enabled

Indicates, when a deployment is stopped, whether instances that have
been updated should be rolled back to the previous version of the
application revision.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/StopDeploymentInput AWS API Documentation

Constants

SENSITIVE