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