class Aws::FMS::Types::ListProtocolsListsRequest

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

data as a hash:

    {
      default_lists: false,
      next_token: "PaginationToken",
      max_results: 1, # required
    }

@!attribute [rw] default_lists

Specifies whether the lists to retrieve are default lists owned by
Firewall Manager.
@return [Boolean]

@!attribute [rw] next_token

If you specify a value for `MaxResults` in your list request, and
you have more objects than the maximum, Firewall Manager returns
this token in the response. For all but the first request, you
provide the token returned by the prior request in the request
parameters, to retrieve the next batch of objects.
@return [String]

@!attribute [rw] max_results

The maximum number of objects that you want Firewall Manager to
return for this request. If more objects are available, in the
response, Firewall Manager provides a `NextToken` value that you can
use in a subsequent call to get the next batch of objects.

If you don't specify this, Firewall Manager returns all available
objects.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/ListProtocolsListsRequest AWS API Documentation

Constants

SENSITIVE