Class: Aws::Shield::Types::AttackVolumeStatistics

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

Overview

Statistics objects for the various data types in AttackVolume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxFloat

The maximum attack volume observed for the given unit.

Returns:

  • (Float)


430
431
432
433
434
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 430

class AttackVolumeStatistics < Struct.new(
  :max)
  SENSITIVE = []
  include Aws::Structure
end