ListAuditMitigationActionsExecutionsResponse
public struct ListAuditMitigationActionsExecutionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
Declaration
Swift
public let actionsExecutions: [AuditMitigationActionExecutionMetadata]? -
The token for the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(actionsExecutions: [AuditMitigationActionExecutionMetadata]? = nil, nextToken: String? = nil)
View on GitHub
ListAuditMitigationActionsExecutionsResponse Structure Reference