Class: Aws::Types::ContainerRestartPolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::Integer)


336
337
338
# File 'sig/types.rbs', line 336

def restart_attempt_period
  @restart_attempt_period
end