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

#average ⇒ Float

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

Returns:

  • (Float) —

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

#max ⇒ Float

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

Returns:

  • (Float) —

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

#n ⇒ Integer

The number of counters for a specified time period.

Returns:

  • (Integer) —

    The number of counters for a specified time period.

#name ⇒ String

The counter name.

Returns:

  • (String) —

    The counter name.

#sum ⇒ Float

The total of counter values for a specified time period.

Returns:

  • (Float) —

    The total of counter values for a specified time period.

#unit ⇒ String

The unit of the counters.

Returns:

  • (String) —

    The unit of the counters.