ListMitigationActionsResponse
public struct ListMitigationActionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A set of actions that matched the specified filter criteria.
Declaration
Swift
public let actionIdentifiers: [MitigationActionIdentifier]?
-
The token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(actionIdentifiers: [MitigationActionIdentifier]? = nil, nextToken: String? = nil)