DescribeMitigationActionResponse
public struct DescribeMitigationActionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN that identifies this migration action.
Declaration
Swift
public let actionArn: String? -
A unique identifier for this action.
Declaration
Swift
public let actionId: String? -
The friendly name that uniquely identifies the mitigation action.
Declaration
Swift
public let actionName: String? -
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
Declaration
Swift
public let actionParams: MitigationActionParams? -
The type of mitigation action.
Declaration
Swift
public let actionType: MitigationActionType? -
The date and time when the mitigation action was added to your AWS account.
Declaration
Swift
public let creationDate: TimeStamp? -
The date and time when the mitigation action was last changed.
Declaration
Swift
public let lastModifiedDate: TimeStamp? -
The ARN of the IAM role used to apply this action.
Declaration
Swift
public let roleArn: String? -
Undocumented
Declaration
Swift
public init(actionArn: String? = nil, actionId: String? = nil, actionName: String? = nil, actionParams: MitigationActionParams? = nil, actionType: MitigationActionType? = nil, creationDate: TimeStamp? = nil, lastModifiedDate: TimeStamp? = nil, roleArn: String? = nil)
View on GitHub
DescribeMitigationActionResponse Structure Reference