Class: Aws::Shield::Types::AttackVolumeStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AttackVolumeStatistics
- 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
-
#max ⇒ Float
The maximum attack volume observed for the given unit.
Instance Attribute Details
#max ⇒ Float
The maximum attack volume observed for the given unit.
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 |