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
show all
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

Instance Attribute Details

#attack_countInteger

The number of attacks detected during the time period. This is always present, but might be zero.

Returns:

  • (Integer)

    The number of attacks detected during the time period.

#attack_volumeTypes::AttackVolume

Information about the volume of attacks during the time period. If the accompanying AttackCount is zero, this setting might be empty.

Returns: