Class: Aws::Types::DeploymentLifecycleHookTimeoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentLifecycleHookTimeoutConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ROLLBACK", "CONTINUE"
Returns the value of attribute action.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
Instance Attribute Details
#action ⇒ "ROLLBACK", "CONTINUE"
Returns the value of attribute action.
927 928 929 |
# File 'sig/types.rbs', line 927 def action @action end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
926 927 928 |
# File 'sig/types.rbs', line 926 def timeout_in_minutes @timeout_in_minutes end |