Class: Aws::Types::AwsJobAbortCriteria

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")


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

def action
  @action
end

#failure_type"FAILED", ...

Returns the value of attribute failure_type.

Returns:

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


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

def failure_type
  @failure_type
end

#min_number_of_executed_things::Integer

Returns the value of attribute min_number_of_executed_things.

Returns:

  • (::Integer)


339
340
341
# File 'sig/types.rbs', line 339

def min_number_of_executed_things
  @min_number_of_executed_things
end

#threshold_percentage::Float

Returns the value of attribute threshold_percentage.

Returns:

  • (::Float)


338
339
340
# File 'sig/types.rbs', line 338

def threshold_percentage
  @threshold_percentage
end