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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the input of a StopDeployment operation.

Constant Summary collapse

SENSITIVE =
[]

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)


4562
4563
4564
4565
4566
4567
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4562

class StopDeploymentInput < Struct.new(
  :deployment_id,
  :auto_rollback_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


4562
4563
4564
4565
4566
4567
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4562

class StopDeploymentInput < Struct.new(
  :deployment_id,
  :auto_rollback_enabled)
  SENSITIVE = []
  include Aws::Structure
end