MitigationActionIdentifier
public struct MitigationActionIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The IAM role ARN used to apply this mitigation action.
Declaration
Swift
public let actionArn: String? -
The friendly name of the mitigation action.
Declaration
Swift
public let actionName: String? -
The date when this mitigation action was created.
Declaration
Swift
public let creationDate: TimeStamp? -
Undocumented
Declaration
Swift
public init(actionArn: String? = nil, actionName: String? = nil, creationDate: TimeStamp? = nil)
View on GitHub
MitigationActionIdentifier Structure Reference