You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Resolver::Types::ListResolverRulesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The value that you specified for MaxResults in the request.

Returns:

  • (Integer)

    The value that you specified for MaxResults in the request.

#next_tokenString

If more than MaxResults Resolver rules match the specified criteria, you can submit another ListResolverRules request to get the next group of results. In the next request, specify the value of NextToken from the previous response.

Returns:

  • (String)

    If more than MaxResults Resolver rules match the specified criteria, you can submit another ListResolverRules request to get the next group of results.

#resolver_rulesArray<Types::ResolverRule>

The Resolver rules that were created using the current AWS account and that match the specified filters, if any.

Returns:

  • (Array<Types::ResolverRule>)

    The Resolver rules that were created using the current AWS account and that match the specified filters, if any.