paws.security.identity (version 0.1.0)

shield_list_protections: Lists all Protection objects for the account

Description

Lists all Protection objects for the account.

Usage

shield_list_protections(NextToken, MaxResults)

Arguments

NextToken

The ListProtectionsRequest.NextToken value from a previous call to ListProtections. Pass null if this is the first call.

MaxResults

The maximum number of Protection objects to be returned. If this is left blank the first 20 results will be returned.

This is a maximum value; it is possible that AWS WAF will return the results in smaller batches. That is, the number of Protection objects returned could be less than MaxResults, even if there are still more Protection objects yet to return. If there are more Protection objects to return, AWS WAF will always also return a NextToken.

Request syntax

svc$list_protections(
  NextToken = "string",
  MaxResults = 123
)