class Aws::FMS::Types::ListPoliciesRequest

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

data as a hash:

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

@!attribute [rw] next_token

If you specify a value for `MaxResults` and you have more
`PolicySummary` objects than the number that you specify for
`MaxResults`, Firewall Manager returns a `NextToken` value in the
response that allows you to list another group of `PolicySummary`
objects. For the second and subsequent `ListPolicies` requests,
specify the value of `NextToken` from the previous response to get
information about another batch of `PolicySummary` objects.
@return [String]

@!attribute [rw] max_results

Specifies the number of `PolicySummary` objects that you want
Firewall Manager to return for this request. If you have more
`PolicySummary` objects than the number that you specify for
`MaxResults`, the response includes a `NextToken` value that you can
use to get another batch of `PolicySummary` objects.
@return [Integer]

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

Constants

SENSITIVE