class Aws::CodeDeploy::Types::ContinueDeploymentInput

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

data as a hash:

    {
      deployment_id: "DeploymentId",
      deployment_wait_type: "READY_WAIT", # accepts READY_WAIT, TERMINATION_WAIT
    }

@!attribute [rw] deployment_id

The unique ID of a blue/green deployment for which you want to start
rerouting traffic to the replacement environment.
@return [String]

@!attribute [rw] deployment_wait_type

The status of the deployment's waiting period. `READY_WAIT`
indicates that the deployment is ready to start shifting traffic.
`TERMINATION_WAIT` indicates that the traffic is shifted, but the
original target is not terminated.
@return [String]

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

Constants

SENSITIVE