You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::StopDeploymentInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StopDeploymentInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of a StopDeployment operation.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_rollback_enabledBoolean

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

Returns:

  • (Boolean)

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

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)

    The unique ID of a deployment.