Class: Aws::Types::DetectMitigationActionsTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::DetectMitigationActionsTaskSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_definition ⇒ ::Array[Types::MitigationAction]
Returns the value of attribute actions_definition.
-
#only_active_violations_included ⇒ Boolean
Returns the value of attribute only_active_violations_included.
-
#suppressed_alerts_included ⇒ Boolean
Returns the value of attribute suppressed_alerts_included.
-
#target ⇒ Types::DetectMitigationActionsTaskTarget
Returns the value of attribute target.
-
#task_end_time ⇒ ::Time
Returns the value of attribute task_end_time.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
-
#task_statistics ⇒ Types::DetectMitigationActionsTaskStatistics
Returns the value of attribute task_statistics.
-
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
-
#violation_event_occurrence_range ⇒ Types::ViolationEventOccurrenceRange
Returns the value of attribute violation_event_occurrence_range.
Instance Attribute Details
#actions_definition ⇒ ::Array[Types::MitigationAction]
Returns the value of attribute actions_definition.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def actions_definition @actions_definition end |
#only_active_violations_included ⇒ Boolean
Returns the value of attribute only_active_violations_included.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def only_active_violations_included @only_active_violations_included end |
#suppressed_alerts_included ⇒ Boolean
Returns the value of attribute suppressed_alerts_included.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def suppressed_alerts_included @suppressed_alerts_included end |
#target ⇒ Types::DetectMitigationActionsTaskTarget
Returns the value of attribute target.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def target @target end |
#task_end_time ⇒ ::Time
Returns the value of attribute task_end_time.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def task_end_time @task_end_time end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def task_id @task_id end |
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def task_start_time @task_start_time end |
#task_statistics ⇒ Types::DetectMitigationActionsTaskStatistics
Returns the value of attribute task_statistics.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def task_statistics @task_statistics end |
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def task_status @task_status end |
#violation_event_occurrence_range ⇒ Types::ViolationEventOccurrenceRange
Returns the value of attribute violation_event_occurrence_range.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def violation_event_occurrence_range @violation_event_occurrence_range end |