Class: Aws::Types::StartDetectMitigationActionsTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDetectMitigationActionsTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#include_only_active_violations ⇒ Boolean
Returns the value of attribute include_only_active_violations.
-
#include_suppressed_alerts ⇒ Boolean
Returns the value of attribute include_suppressed_alerts.
-
#target ⇒ Types::DetectMitigationActionsTaskTarget
Returns the value of attribute target.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#violation_event_occurrence_range ⇒ Types::ViolationEventOccurrenceRange
Returns the value of attribute violation_event_occurrence_range.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
4555 4556 4557 |
# File 'sig/types.rbs', line 4555 def actions @actions end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
4559 4560 4561 |
# File 'sig/types.rbs', line 4559 def client_request_token @client_request_token end |
#include_only_active_violations ⇒ Boolean
Returns the value of attribute include_only_active_violations.
4557 4558 4559 |
# File 'sig/types.rbs', line 4557 def include_only_active_violations @include_only_active_violations end |
#include_suppressed_alerts ⇒ Boolean
Returns the value of attribute include_suppressed_alerts.
4558 4559 4560 |
# File 'sig/types.rbs', line 4558 def include_suppressed_alerts @include_suppressed_alerts end |
#target ⇒ Types::DetectMitigationActionsTaskTarget
Returns the value of attribute target.
4554 4555 4556 |
# File 'sig/types.rbs', line 4554 def target @target end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
4553 4554 4555 |
# File 'sig/types.rbs', line 4553 def task_id @task_id end |
#violation_event_occurrence_range ⇒ Types::ViolationEventOccurrenceRange
Returns the value of attribute violation_event_occurrence_range.
4556 4557 4558 |
# File 'sig/types.rbs', line 4556 def violation_event_occurrence_range @violation_event_occurrence_range end |