Struct aws_sdk_shield::model::attack_statistics_data_item::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AttackStatisticsDataItem
Implementations
Information about the volume of attacks during the time period. If the accompanying AttackCount
is zero, this setting might be empty.
Information about the volume of attacks during the time period. If the accompanying AttackCount
is zero, this setting might be empty.
The number of attacks detected during the time period. This is always present, but might be zero.
The number of attacks detected during the time period. This is always present, but might be zero.
Consumes the builder and constructs a AttackStatisticsDataItem
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