Class: Aws::Types::ContainerRestartPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ContainerRestartPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ignored_exit_codes ⇒ ::Array[::Integer]
Returns the value of attribute ignored_exit_codes.
-
#restart_attempt_period ⇒ ::Integer
Returns the value of attribute restart_attempt_period.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
334 335 336 |
# File 'sig/types.rbs', line 334 def enabled @enabled end |
#ignored_exit_codes ⇒ ::Array[::Integer]
Returns the value of attribute ignored_exit_codes.
335 336 337 |
# File 'sig/types.rbs', line 335 def ignored_exit_codes @ignored_exit_codes end |
#restart_attempt_period ⇒ ::Integer
Returns the value of attribute restart_attempt_period.
336 337 338 |
# File 'sig/types.rbs', line 336 def restart_attempt_period @restart_attempt_period end |