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)


11204
11205
11206
# File 'sig/types.rbs', line 11204

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)


11202
11203
11204
# File 'sig/types.rbs', line 11202

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)


11203
11204
11205
# File 'sig/types.rbs', line 11203

def max_wait_time_in_seconds
  @max_wait_time_in_seconds
end