Struct aws_sdk_shield::model::SummarizedCounter
source · #[non_exhaustive]pub struct SummarizedCounter { /* private fields */ }
Expand description
The counter that describes a DDoS attack.
Implementations§
source§impl SummarizedCounter
impl SummarizedCounter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SummarizedCounter
.
Trait Implementations§
source§impl Clone for SummarizedCounter
impl Clone for SummarizedCounter
source§fn clone(&self) -> SummarizedCounter
fn clone(&self) -> SummarizedCounter
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 moresource§impl Debug for SummarizedCounter
impl Debug for SummarizedCounter
source§impl PartialEq<SummarizedCounter> for SummarizedCounter
impl PartialEq<SummarizedCounter> for SummarizedCounter
source§fn eq(&self, other: &SummarizedCounter) -> bool
fn eq(&self, other: &SummarizedCounter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.