ThreatIntelligenceDetail

public struct ThreatIntelligenceDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the threat intelligence list that triggered the finding.

    Declaration

    Swift

    public let threatListName: String?
  • A list of names of the threats in the threat intelligence list that triggered the finding.

    Declaration

    Swift

    public let threatNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(threatListName: String? = nil, threatNames: [String]? = nil)