Class: Aws::Types::AbortCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AbortCriteria
- 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.
18 19 20 |
# File 'sig/types.rbs', line 18 def action @action end |
#failure_type ⇒ "FAILED", ...
Returns the value of attribute failure_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def failure_type @failure_type end |
#min_number_of_executed_things ⇒ ::Integer
Returns the value of attribute min_number_of_executed_things.
20 21 22 |
# File 'sig/types.rbs', line 20 def min_number_of_executed_things @min_number_of_executed_things end |
#threshold_percentage ⇒ ::Float
Returns the value of attribute threshold_percentage.
19 20 21 |
# File 'sig/types.rbs', line 19 def threshold_percentage @threshold_percentage end |