You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::AwsJobAbortConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsJobAbortConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  abort_criteria_list: [ # required
    {
      failure_type: "FAILED", # required, accepts FAILED, REJECTED, TIMED_OUT, ALL
      action: "CANCEL", # required, accepts CANCEL
      threshold_percentage: 1.0, # required
      min_number_of_executed_things: 1, # required
    },
  ],
}

The criteria that determine when and how a job abort takes place.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#abort_criteria_listArray<Types::AwsJobAbortCriteria>

The list of criteria that determine when and how to abort the job.

Returns: