You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Shield::Types::SummarizedCounter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The counter that describes a DDoS attack.

Instance Attribute Summary collapse

Instance Attribute Details

#averageFloat

The average value of the counter for a specified time period.

Returns:

  • (Float)

    The average value of the counter for a specified time period.

#maxFloat

The maximum value of the counter for a specified time period.

Returns:

  • (Float)

    The maximum value of the counter for a specified time period.

#nInteger

The number of counters for a specified time period.

Returns:

  • (Integer)

    The number of counters for a specified time period.

#nameString

The counter name.

Returns:

  • (String)

    The counter name.

#sumFloat

The total of counter values for a specified time period.

Returns:

  • (Float)

    The total of counter values for a specified time period.

#unitString

The unit of the counters.

Returns:

  • (String)

    The unit of the counters.