Struct aws_sdk_shield::model::AttackVolumeStatistics
source · #[non_exhaustive]pub struct AttackVolumeStatistics { /* private fields */ }
Expand description
Statistics objects for the various data types in AttackVolume
.
Implementations§
source§impl AttackVolumeStatistics
impl AttackVolumeStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttackVolumeStatistics
.
Trait Implementations§
source§impl Clone for AttackVolumeStatistics
impl Clone for AttackVolumeStatistics
source§fn clone(&self) -> AttackVolumeStatistics
fn clone(&self) -> AttackVolumeStatistics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more