Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb

Overview

The counter that describes a DDoS attack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#averageFloat

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

Returns:

  • (Float)

2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2010

class SummarizedCounter < Struct.new(
  :name,
  :max,
  :average,
  :sum,
  :n,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#maxFloat

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

Returns:

  • (Float)

2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2010

class SummarizedCounter < Struct.new(
  :name,
  :max,
  :average,
  :sum,
  :n,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#nInteger

The number of counters for a specified time period.

Returns:

  • (Integer)

2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2010

class SummarizedCounter < Struct.new(
  :name,
  :max,
  :average,
  :sum,
  :n,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The counter name.

Returns:

  • (String)

2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2010

class SummarizedCounter < Struct.new(
  :name,
  :max,
  :average,
  :sum,
  :n,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#sumFloat

The total of counter values for a specified time period.

Returns:

  • (Float)

2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2010

class SummarizedCounter < Struct.new(
  :name,
  :max,
  :average,
  :sum,
  :n,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit of the counters.

Returns:

  • (String)

2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2010

class SummarizedCounter < Struct.new(
  :name,
  :max,
  :average,
  :sum,
  :n,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end