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.
942 943 944 |
# File 'sig/types.rbs', line 942 def action @action end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
941 942 943 |
# File 'sig/types.rbs', line 941 def timeout_in_minutes @timeout_in_minutes end |