Class: Aws::Shield::Types::SummarizedCounter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::SummarizedCounter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
The counter that describes a DDoS attack.
Constant Summary collapse
- SENSITIVE =
[]
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.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-shield/types.rb', line 2010 class SummarizedCounter < Struct.new( :name, :max, :average, :sum, :n, :unit) SENSITIVE = [] include Aws::Structure end |
#max ⇒ Float
The maximum value of the counter for a specified time period.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-shield/types.rb', line 2010 class SummarizedCounter < Struct.new( :name, :max, :average, :sum, :n, :unit) SENSITIVE = [] include Aws::Structure end |
#n ⇒ Integer
The number of counters for a specified time period.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-shield/types.rb', line 2010 class SummarizedCounter < Struct.new( :name, :max, :average, :sum, :n, :unit) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The counter name.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-shield/types.rb', line 2010 class SummarizedCounter < Struct.new( :name, :max, :average, :sum, :n, :unit) SENSITIVE = [] include Aws::Structure end |
#sum ⇒ Float
The total of counter values for a specified time period.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-shield/types.rb', line 2010 class SummarizedCounter < Struct.new( :name, :max, :average, :sum, :n, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of the counters.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-shield/types.rb', line 2010 class SummarizedCounter < Struct.new( :name, :max, :average, :sum, :n, :unit) SENSITIVE = [] include Aws::Structure end |