AttackSummary
public struct AttackSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier (ID) of the attack.
Declaration
Swift
public let attackId: String?
-
The list of attacks for a specified time period.
Declaration
Swift
public let attackVectors: [AttackVectorDescription]?
-
The end time of the attack, in Unix time in seconds. For more information see timestamp.
Declaration
Swift
public let endTime: TimeStamp?
-
The ARN (Amazon Resource Name) of the resource that was attacked.
Declaration
Swift
public let resourceArn: String?
-
The start time of the attack, in Unix time in seconds. For more information see timestamp.
Declaration
Swift
public let startTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(attackId: String? = nil, attackVectors: [AttackVectorDescription]? = nil, endTime: TimeStamp? = nil, resourceArn: String? = nil, startTime: TimeStamp? = nil)