Class: Aws::Types::AwsJobAbortCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AwsJobAbortCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CANCEL"
Returns the value of attribute action.
-
#failure_type ⇒ "FAILED", ...
Returns the value of attribute failure_type.
-
#min_number_of_executed_things ⇒ ::Integer
Returns the value of attribute min_number_of_executed_things.
-
#threshold_percentage ⇒ ::Float
Returns the value of attribute threshold_percentage.
Instance Attribute Details
#action ⇒ "CANCEL"
Returns the value of attribute action.
337 338 339 |
# File 'sig/types.rbs', line 337 def action @action end |
#failure_type ⇒ "FAILED", ...
Returns the value of attribute failure_type.
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.
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.
338 339 340 |
# File 'sig/types.rbs', line 338 def threshold_percentage @threshold_percentage end |