Class: Aws::Types::AbortCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"CANCEL"

Returns the value of attribute action.

Returns:

  • ("CANCEL")


18
19
20
# File 'sig/types.rbs', line 18

def action
  @action
end

#failure_type"FAILED", ...

Returns the value of attribute failure_type.

Returns:

  • ("FAILED", "REJECTED", "TIMED_OUT", "ALL")


17
18
19
# File 'sig/types.rbs', line 17

def failure_type
  @failure_type
end

#min_number_of_executed_things::Integer

Returns the value of attribute min_number_of_executed_things.

Returns:

  • (::Integer)


20
21
22
# File 'sig/types.rbs', line 20

def min_number_of_executed_things
  @min_number_of_executed_things
end

#threshold_percentage::Float

Returns the value of attribute threshold_percentage.

Returns:

  • (::Float)


19
20
21
# File 'sig/types.rbs', line 19

def threshold_percentage
  @threshold_percentage
end