Struct aws_sdk_shield::operation::describe_attack_statistics::DescribeAttackStatisticsOutput
source · #[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() -> DescribeAttackStatisticsOutputBuilder
pub fn builder() -> DescribeAttackStatisticsOutputBuilder
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 ==.source§impl RequestId for DescribeAttackStatisticsOutput
impl RequestId for DescribeAttackStatisticsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more