ListAttacksResponse
public struct ListAttacksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attack information for the specified time range.
Declaration
Swift
public let attackSummaries: [AttackSummary]?
-
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. AWS WAF might return the list of AttackSummary objects in batches smaller than the number specified by MaxResults. If there are more AttackSummary objects to return, AWS WAF will always also return a NextToken.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(attackSummaries: [AttackSummary]? = nil, nextToken: String? = nil)