Class: Aws::CodeDeploy::Types::SkipWaitTimeForInstanceTerminationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::SkipWaitTimeForInstanceTerminationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.
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 |