class Aws::Route53Resolver::Types::ListResolverDnssecConfigsRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      filters: [
        {
          name: "FilterName",
          values: ["FilterValue"],
        },
      ],
    }

@!attribute [rw] max_results

*Optional*\: An integer that specifies the maximum number of DNSSEC
configuration results that you want Amazon Route 53 to return. If
you don't specify a value for `MaxResults`, Route 53 returns up to
100 configuration per page.
@return [Integer]

@!attribute [rw] next_token

(Optional) If the current Amazon Web Services account has more than
`MaxResults` DNSSEC configurations, use `NextToken` to get the
second and subsequent pages of results.

For the first `ListResolverDnssecConfigs` request, omit this value.

For the second and subsequent requests, get the value of `NextToken`
from the previous response and specify that value for `NextToken` in
the request.
@return [String]

@!attribute [rw] filters

An optional specification to return a subset of objects.
@return [Array<Types::Filter>]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverDnssecConfigsRequest AWS API Documentation

Constants

SENSITIVE