Class: Aws::CodeDeploy::Types::SkipWaitTimeForInstanceTerminationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::SkipWaitTimeForInstanceTerminationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Note:
When making an API call, you may pass SkipWaitTimeForInstanceTerminationInput data as a hash:
{
deployment_id: "DeploymentId",
}
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.
5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 5167 class SkipWaitTimeForInstanceTerminationInput < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |