DescribeAuditMitigationActionsTaskResponse
public struct DescribeAuditMitigationActionsTaskResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the mitigation actions and their parameters that are applied as part of this task.
Declaration
Swift
public let actionsDefinition: [MitigationAction]?
-
Specifies the mitigation actions that should be applied to specific audit checks.
Declaration
Swift
public let auditCheckToActionsMapping: [String : [String]]?
-
The date and time when the task was completed or canceled.
Declaration
Swift
public let endTime: TimeStamp?
-
The date and time when the task was started.
Declaration
Swift
public let startTime: TimeStamp?
-
Identifies the findings to which the mitigation actions are applied. This can be by audit checks, by audit task, or a set of findings.
Declaration
Swift
public let target: AuditMitigationActionsTaskTarget?
-
Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.
Declaration
Swift
public let taskStatistics: [String : TaskStatisticsForAuditCheck]?
-
The current status of the task.
Declaration
Swift
public let taskStatus: AuditMitigationActionsTaskStatus?
-
init(actionsDefinition:auditCheckToActionsMapping:endTime:startTime:target:taskStatistics:taskStatus:)
Undocumented
Declaration
Swift
public init(actionsDefinition: [MitigationAction]? = nil, auditCheckToActionsMapping: [String : [String]]? = nil, endTime: TimeStamp? = nil, startTime: TimeStamp? = nil, target: AuditMitigationActionsTaskTarget? = nil, taskStatistics: [String : TaskStatisticsForAuditCheck]? = nil, taskStatus: AuditMitigationActionsTaskStatus? = nil)