Class: Aws::Types::IoTJobAbortCriteria

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


432
433
434
# File 'sig/types.rbs', line 432

def action
  @action
end

#failure_type ⇒ "FAILED", ...

Returns the value of attribute failure_type.

Returns:

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


431
432
433
# File 'sig/types.rbs', line 431

def failure_type
  @failure_type
end

#min_number_of_executed_things ⇒ ::Integer

Returns the value of attribute min_number_of_executed_things.

Returns:

  • (::Integer)


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

def min_number_of_executed_things
  @min_number_of_executed_things
end

#threshold_percentage ⇒ ::Float

Returns the value of attribute threshold_percentage.

Returns:

  • (::Float)


433
434
435
# File 'sig/types.rbs', line 433

def threshold_percentage
  @threshold_percentage
end