Class: Aws::Types::DeploymentReadyOption
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentReadyOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_on_timeout ⇒ "CONTINUE_DEPLOYMENT", "STOP_DEPLOYMENT"
Returns the value of attribute action_on_timeout.
-
#wait_time_in_minutes ⇒ ::Integer
Returns the value of attribute wait_time_in_minutes.
Instance Attribute Details
#action_on_timeout ⇒ "CONTINUE_DEPLOYMENT", "STOP_DEPLOYMENT"
Returns the value of attribute action_on_timeout.
436 437 438 |
# File 'sig/types.rbs', line 436 def action_on_timeout @action_on_timeout end |
#wait_time_in_minutes ⇒ ::Integer
Returns the value of attribute wait_time_in_minutes.
437 438 439 |
# File 'sig/types.rbs', line 437 def wait_time_in_minutes @wait_time_in_minutes end |