Class: Aws::Types::DeploymentReadyOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_on_timeout"CONTINUE_DEPLOYMENT", "STOP_DEPLOYMENT"

Returns the value of attribute action_on_timeout.

Returns:

  • ("CONTINUE_DEPLOYMENT", "STOP_DEPLOYMENT")


435
436
437
# File 'sig/types.rbs', line 435

def action_on_timeout
  @action_on_timeout
end

#wait_time_in_minutes::Integer

Returns the value of attribute wait_time_in_minutes.

Returns:

  • (::Integer)


436
437
438
# File 'sig/types.rbs', line 436

def wait_time_in_minutes
  @wait_time_in_minutes
end