Class: Aws::Types::DetectMitigationActionsTaskSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions_definition::Array[Types::MitigationAction]

Returns the value of attribute actions_definition.

Returns:



2149
2150
2151
# File 'sig/types.rbs', line 2149

def actions_definition
  @actions_definition
end

#only_active_violations_includedBoolean

Returns the value of attribute only_active_violations_included.

Returns:

  • (Boolean)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def only_active_violations_included
  @only_active_violations_included
end

#suppressed_alerts_includedBoolean

Returns the value of attribute suppressed_alerts_included.

Returns:

  • (Boolean)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def suppressed_alerts_included
  @suppressed_alerts_included
end

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

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def task_start_time
  @task_start_time
end

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

Returns:

  • ("IN_PROGRESS", "SUCCESSFUL", "FAILED", "CANCELED")


2142
2143
2144
# File 'sig/types.rbs', line 2142

def task_status
  @task_status
end

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