Class: Aws::CodeDeploy::Types::SkipWaitTimeForInstanceTerminationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.

Returns:

  • (String)


4542
4543
4544
4545
4546
# File 'lib/aws-sdk-codedeploy/types.rb', line 4542

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