Struct aws_sdk_shield::model::attack_volume::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AttackVolume
Implementations
A statistics object that uses bits per second as the unit. This is included for network level attacks.
A statistics object that uses bits per second as the unit. This is included for network level attacks.
A statistics object that uses packets per second as the unit. This is included for network level attacks.
A statistics object that uses packets per second as the unit. This is included for network level attacks.
A statistics object that uses requests per second as the unit. This is included for application level attacks, and is only available for accounts that are subscribed to Shield Advanced.
A statistics object that uses requests per second as the unit. This is included for application level attacks, and is only available for accounts that are subscribed to Shield Advanced.
Consumes the builder and constructs a AttackVolume
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more