ListAuditMitigationActionsTasksResponse
public struct ListAuditMitigationActionsTasksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
The collection of audit mitigation tasks that matched the filter criteria.
Declaration
Swift
public let tasks: [AuditMitigationActionsTaskMetadata]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, tasks: [AuditMitigationActionsTaskMetadata]? = nil)