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
- Struct
- Aws::Shield::Types::SummarizedCounter
- Defined in:
- (unknown)
Overview
The counter that describes a DDoS attack.
Instance Attribute Summary collapse
-
#average ⇒ 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.
-
#n ⇒ Integer
The number of counters for a specified time period.
-
#name ⇒ String
The counter name.
-
#sum ⇒ Float
The total of counter values for a specified time period.
-
#unit ⇒ String
The unit of the counters.
Instance Attribute Details
#average ⇒ 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.
#n ⇒ Integer
The number of counters for a specified time period.
#name ⇒ String
The counter name.
#sum ⇒ Float
The total of counter values for a specified time period.
#unit ⇒ String
The unit of the counters.