SummarizedAttackVector
public struct SummarizedAttackVector : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of counters that describe the details of the attack.
Declaration
Swift
public let vectorCounters: [SummarizedCounter]?
-
The attack type, for example, SNMP reflection or SYN flood.
Declaration
Swift
public let vectorType: String
-
Undocumented
Declaration
Swift
public init(vectorCounters: [SummarizedCounter]? = nil, vectorType: String)