Struct aws_sdk_shield::output::ListAttacksOutput [−][src]
#[non_exhaustive]pub struct ListAttacksOutput {
pub attack_summaries: Option<Vec<AttackSummary>>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.attack_summaries: Option<Vec<AttackSummary>>
The attack information for the specified time range.
next_token: Option<String>
The token returned by a previous call to indicate that there is more data available.
If not null, more results are available. Pass this value for the NextMarker
parameter in a subsequent call to ListAttacks
to retrieve the next set of
items.
Shield Advanced might return the list of AttackSummary objects in batches smaller than the number specified by MaxResults. If there are more attack summary objects to return, Shield Advanced will always also return a NextToken
.
Implementations
The attack information for the specified time range.
The token returned by a previous call to indicate that there is more data available.
If not null, more results are available. Pass this value for the NextMarker
parameter in a subsequent call to ListAttacks
to retrieve the next set of
items.
Shield Advanced might return the list of AttackSummary objects in batches smaller than the number specified by MaxResults. If there are more attack summary objects to return, Shield Advanced will always also return a NextToken
.
Creates a new builder-style object to manufacture ListAttacksOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListAttacksOutput
impl Send for ListAttacksOutput
impl Sync for ListAttacksOutput
impl Unpin for ListAttacksOutput
impl UnwindSafe for ListAttacksOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more