Values.AttackSummarySourceSummarizes all DDoS attacks for a specified time period.
type nonrec t = {attackId : String_.t option;The unique identifier (ID) of the attack.
*)resourceArn : String_.t option;The ARN (Amazon Resource Name) of the resource that was attacked.
*)startTime : AttackTimestamp.t option;The start time of the attack, in Unix time in seconds.
*)endTime : AttackTimestamp.t option;The end time of the attack, in Unix time in seconds.
*)attackVectors : AttackVectorDescriptionList.t option;The list of attacks for a specified time period.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Timestamp of AttackTimestamp.t ])
list ]