Class: Aws::Types::DeploymentComponentUpdatePolicy
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentComponentUpdatePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "NOTIFY_COMPONENTS", "SKIP_NOTIFY_COMPONENTS"
Returns the value of attribute action.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#action ⇒ "NOTIFY_COMPONENTS", "SKIP_NOTIFY_COMPONENTS"
Returns the value of attribute action.
238 239 240 |
# File 'sig/types.rbs', line 238 def action @action end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
237 238 239 |
# File 'sig/types.rbs', line 237 def timeout_in_seconds @timeout_in_seconds end |