You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Types::AttackStatisticsDataItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AttackStatisticsDataItem
- Defined in:
- (unknown)
Overview
A 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.
Instance Attribute Summary collapse
-
#attack_count ⇒ Integer
The number of attacks detected during the time period.
-
#attack_volume ⇒ Types::AttackVolume
Information about the volume of attacks during the time period.
Instance Attribute Details
#attack_count ⇒ Integer
The number of attacks detected during the time period. This is always present, but might be zero.
#attack_volume ⇒ Types::AttackVolume
Information about the volume of attacks during the time period. If the
accompanying AttackCount
is zero, this setting might be empty.