Values.AttackStatisticsDataItemSourceA single attack statistics data record. This is returned by DescribeAttackStatistics along with a time range indicating the time period that the attack statistics apply to.
type nonrec t = {attackVolume : AttackVolume.t option;Information about the volume of attacks during the time period. If the accompanying AttackCount is zero, this setting might be empty.
*)attackCount : Long.t option;The number of attacks detected during the time period. This is always present, but might be zero.
*)}