AttackDetail
public struct AttackDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of counters that describe the attack for the specified time period.
Declaration
Swift
public let attackCounters: [SummarizedCounter]?
-
The unique identifier (ID) of the attack.
Declaration
Swift
public let attackId: String?
-
The array of AttackProperty objects.
Declaration
Swift
public let attackProperties: [AttackProperty]?
-
The time the attack ended, in Unix time in seconds. For more information see timestamp.
Declaration
Swift
public let endTime: TimeStamp?
-
List of mitigation actions taken for the attack.
Declaration
Swift
public let mitigations: [Mitigation]?
-
The ARN (Amazon Resource Name) of the resource that was attacked.
Declaration
Swift
public let resourceArn: String?
-
The time the attack started, in Unix time in seconds. For more information see timestamp.
Declaration
Swift
public let startTime: TimeStamp?
-
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
Declaration
Swift
public let subResources: [SubResourceSummary]?
-
init(attackCounters:attackId:attackProperties:endTime:mitigations:resourceArn:startTime:subResources:)
Undocumented
Declaration
Swift
public init(attackCounters: [SummarizedCounter]? = nil, attackId: String? = nil, attackProperties: [AttackProperty]? = nil, endTime: TimeStamp? = nil, mitigations: [Mitigation]? = nil, resourceArn: String? = nil, startTime: TimeStamp? = nil, subResources: [SubResourceSummary]? = nil)