You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Types::ListAttacksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ListAttacksResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#attack_summaries ⇒ Array<Types::AttackSummary>
The attack information for the specified time range.
-
#next_token ⇒ String
The token returned by a previous call to indicate that there is more data available.
Instance Attribute Details
#attack_summaries ⇒ Array<Types::AttackSummary>
The attack information for the specified time range.
#next_token ⇒ 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
.