Class: Aws::GreengrassV2::Types::IoTJobAbortConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::IoTJobAbortConfig
- 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
-
#criteria_list ⇒ Array<Types::IoTJobAbortCriteria>
The list of criteria that define when and how to cancel the configuration deployment.
Instance Attribute Details
#criteria_list ⇒ Array<Types::IoTJobAbortCriteria>
The list of criteria that define when and how to cancel the configuration deployment.
1902 1903 1904 1905 1906 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1902 class IoTJobAbortConfig < Struct.new( :criteria_list) SENSITIVE = [] include Aws::Structure end |