#[non_exhaustive]pub struct DescribeAttackStatisticsOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl DescribeAttackStatisticsOutput
impl DescribeAttackStatisticsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAttackStatisticsOutput
.
Trait Implementations§
source§impl Clone for DescribeAttackStatisticsOutput
impl Clone for DescribeAttackStatisticsOutput
source§fn clone(&self) -> DescribeAttackStatisticsOutput
fn clone(&self) -> DescribeAttackStatisticsOutput
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 PartialEq<DescribeAttackStatisticsOutput> for DescribeAttackStatisticsOutput
impl PartialEq<DescribeAttackStatisticsOutput> for DescribeAttackStatisticsOutput
source§fn eq(&self, other: &DescribeAttackStatisticsOutput) -> bool
fn eq(&self, other: &DescribeAttackStatisticsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.