Class: Aws::Types::StoppingCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_pending_time_in_seconds::Integer

Returns the value of attribute max_pending_time_in_seconds.

Returns:

  • (::Integer)


11262
11263
11264
# File 'sig/types.rbs', line 11262

def max_pending_time_in_seconds
  @max_pending_time_in_seconds
end

#max_runtime_in_seconds::Integer

Returns the value of attribute max_runtime_in_seconds.

Returns:

  • (::Integer)


11260
11261
11262
# File 'sig/types.rbs', line 11260

def max_runtime_in_seconds
  @max_runtime_in_seconds
end

#max_wait_time_in_seconds::Integer

Returns the value of attribute max_wait_time_in_seconds.

Returns:

  • (::Integer)


11261
11262
11263
# File 'sig/types.rbs', line 11261

def max_wait_time_in_seconds
  @max_wait_time_in_seconds
end