class Aws::Shield::Types::ListProtectionsRequest

@note When making an API call, you may pass ListProtectionsRequest

data as a hash:

    {
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] next_token

The `ListProtectionsRequest.NextToken` value from a previous call to
`ListProtections`. Pass null if this is the first call.
@return [String]

@!attribute [rw] max_results

The maximum number of Protection objects to return. If you leave
this blank, Shield Advanced returns the first 20 results.

This is a maximum value. Shield Advanced might return the results in
smaller batches. That is, the number of objects returned could be
less than `MaxResults`, even if there are still more objects yet to
return. If there are more objects to return, Shield Advanced returns
a value in `NextToken` that you can use in your next request, to get
the next batch of objects.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/ListProtectionsRequest AWS API Documentation

Constants

SENSITIVE