Class: Aws::Types::StartDetectMitigationActionsTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[::String]

Returns the value of attribute actions.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


4559
4560
4561
# File 'sig/types.rbs', line 4559

def client_request_token
  @client_request_token
end

#include_only_active_violationsBoolean

Returns the value of attribute include_only_active_violations.

Returns:

  • (Boolean)


4557
4558
4559
# File 'sig/types.rbs', line 4557

def include_only_active_violations
  @include_only_active_violations
end

#include_suppressed_alertsBoolean

Returns the value of attribute include_suppressed_alerts.

Returns:

  • (Boolean)


4558
4559
4560
# File 'sig/types.rbs', line 4558

def include_suppressed_alerts
  @include_suppressed_alerts
end

#targetTypes::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.

Returns:

  • (::String)


4553
4554
4555
# File 'sig/types.rbs', line 4553

def task_id
  @task_id
end

#violation_event_occurrence_rangeTypes::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