#[non_exhaustive]pub struct DescribeAttackStatisticsOutput { /* private fields */ }
Implementations
sourceimpl DescribeAttackStatisticsOutput
impl DescribeAttackStatisticsOutput
sourcepub fn time_range(&self) -> Option<&TimeRange>
pub fn time_range(&self) -> Option<&TimeRange>
The time range of the attack.
sourcepub fn data_items(&self) -> Option<&[AttackStatisticsDataItem]>
pub fn data_items(&self) -> Option<&[AttackStatisticsDataItem]>
The data that describes the attacks detected during the time period.
sourceimpl DescribeAttackStatisticsOutput
impl DescribeAttackStatisticsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAttackStatisticsOutput
.
Trait Implementations
sourceimpl Clone for DescribeAttackStatisticsOutput
impl Clone for DescribeAttackStatisticsOutput
sourcefn clone(&self) -> DescribeAttackStatisticsOutput
fn clone(&self) -> DescribeAttackStatisticsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DescribeAttackStatisticsOutput> for DescribeAttackStatisticsOutput
impl PartialEq<DescribeAttackStatisticsOutput> for DescribeAttackStatisticsOutput
sourcefn eq(&self, other: &DescribeAttackStatisticsOutput) -> bool
fn eq(&self, other: &DescribeAttackStatisticsOutput) -> bool
impl StructuralPartialEq for DescribeAttackStatisticsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeAttackStatisticsOutput
impl Send for DescribeAttackStatisticsOutput
impl Sync for DescribeAttackStatisticsOutput
impl Unpin for DescribeAttackStatisticsOutput
impl UnwindSafe for DescribeAttackStatisticsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more