MitigationAction

public struct MitigationAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.

    Declaration

    Swift

    public let actionParams: MitigationActionParams?
  • id

    A unique identifier for the mitigation action.

    Declaration

    Swift

    public let id: String?
  • A user-friendly name for the mitigation action.

    Declaration

    Swift

    public let name: String?
  • The IAM role ARN used to apply this mitigation action.

    Declaration

    Swift

    public let roleArn: String?
  • Undocumented

    Declaration

    Swift

    public init(actionParams: MitigationActionParams? = nil, id: String? = nil, name: String? = nil, roleArn: String? = nil)