libZSservicesZSamazonka-shieldZSamazonka-shield
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Shield.Types.AttackVolumeStatistics

Description

 
Synopsis

Documentation

data AttackVolumeStatistics Source #

Statistics objects for the various data types in AttackVolume.

See: newAttackVolumeStatistics smart constructor.

Constructors

AttackVolumeStatistics' 

Fields

  • max :: Double

    The maximum attack volume observed for the given unit.

Instances

Instances details
Eq AttackVolumeStatistics Source # 
Instance details

Defined in Amazonka.Shield.Types.AttackVolumeStatistics

Read AttackVolumeStatistics Source # 
Instance details

Defined in Amazonka.Shield.Types.AttackVolumeStatistics

Show AttackVolumeStatistics Source # 
Instance details

Defined in Amazonka.Shield.Types.AttackVolumeStatistics

Generic AttackVolumeStatistics Source # 
Instance details

Defined in Amazonka.Shield.Types.AttackVolumeStatistics

Associated Types

type Rep AttackVolumeStatistics :: Type -> Type #

NFData AttackVolumeStatistics Source # 
Instance details

Defined in Amazonka.Shield.Types.AttackVolumeStatistics

Methods

rnf :: AttackVolumeStatistics -> () #

Hashable AttackVolumeStatistics Source # 
Instance details

Defined in Amazonka.Shield.Types.AttackVolumeStatistics

FromJSON AttackVolumeStatistics Source # 
Instance details

Defined in Amazonka.Shield.Types.AttackVolumeStatistics

type Rep AttackVolumeStatistics Source # 
Instance details

Defined in Amazonka.Shield.Types.AttackVolumeStatistics

type Rep AttackVolumeStatistics = D1 ('MetaData "AttackVolumeStatistics" "Amazonka.Shield.Types.AttackVolumeStatistics" "libZSservicesZSamazonka-shieldZSamazonka-shield" 'False) (C1 ('MetaCons "AttackVolumeStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newAttackVolumeStatistics Source #

Create a value of AttackVolumeStatistics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:max:AttackVolumeStatistics', attackVolumeStatistics_max - The maximum attack volume observed for the given unit.

attackVolumeStatistics_max :: Lens' AttackVolumeStatistics Double Source #

The maximum attack volume observed for the given unit.