CreateMitigationActionResponse
public struct CreateMitigationActionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN for the new mitigation action.
Declaration
Swift
public let actionArn: String? -
A unique identifier for the new mitigation action.
Declaration
Swift
public let actionId: String? -
Undocumented
Declaration
Swift
public init(actionArn: String? = nil, actionId: String? = nil)
View on GitHub
CreateMitigationActionResponse Structure Reference