Class: Aws::GreengrassV2::Types::IoTJobAbortConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Contains a list of criteria that define when and how to cancel a configuration deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#criteria_listArray<Types::IoTJobAbortCriteria>

The list of criteria that define when and how to cancel the configuration deployment.

Returns:



1883
1884
1885
1886
1887
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1883

class IoTJobAbortConfig < Struct.new(
  :criteria_list)
  SENSITIVE = []
  include Aws::Structure
end