Class: Aws::Types::DetectMitigationActionsTaskStatistics
- Inherits:
-
Object
- Object
- Aws::Types::DetectMitigationActionsTaskStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_executed ⇒ ::Integer
Returns the value of attribute actions_executed.
-
#actions_failed ⇒ ::Integer
Returns the value of attribute actions_failed.
-
#actions_skipped ⇒ ::Integer
Returns the value of attribute actions_skipped.
Instance Attribute Details
#actions_executed ⇒ ::Integer
Returns the value of attribute actions_executed.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def actions_executed @actions_executed end |
#actions_failed ⇒ ::Integer
Returns the value of attribute actions_failed.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def actions_failed @actions_failed end |
#actions_skipped ⇒ ::Integer
Returns the value of attribute actions_skipped.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def actions_skipped @actions_skipped end |