Class: Aws::Types::ContinueDeploymentInput
- Inherits:
-
Object
- Object
- Aws::Types::ContinueDeploymentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_wait_type ⇒ "READY_WAIT", "TERMINATION_WAIT"
Returns the value of attribute deployment_wait_type.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def deployment_id @deployment_id end |
#deployment_wait_type ⇒ "READY_WAIT", "TERMINATION_WAIT"
Returns the value of attribute deployment_wait_type.
186 187 188 |
# File 'sig/types.rbs', line 186 def deployment_wait_type @deployment_wait_type end |