AttackSummary class

Summarizes all DDoS attacks for a specified time period.

Constructors

AttackSummary({String? attackId, List<AttackVectorDescription>? attackVectors, DateTime? endTime, String? resourceArn, DateTime? startTime})
AttackSummary.fromJson(Map<String, dynamic> json)
factory

Properties

attackId String?
The unique identifier (ID) of the attack.
final
attackVectors List<AttackVectorDescription>?
The list of attacks for a specified time period.
final
endTime DateTime?
The end time of the attack, in Unix time in seconds. For more information see timestamp.
final
hashCode int
The hash code for this object.
no setterinherited
resourceArn String?
The ARN (Amazon Resource Name) of the resource that was attacked.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The start time of the attack, in Unix time in seconds. For more information see timestamp.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited