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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The value that you specified for ‘MaxResults` in the request.

Returns:

  • (Integer)


3634
3635
3636
3637
3638
3639
3640
# File 'lib/aws-sdk-route53resolver/types.rb', line 3634

class ListResolverRulesResponse < Struct.new(
  :next_token,
  :max_results,
  :resolver_rules)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3634
3635
3636
3637
3638
3639
3640
# File 'lib/aws-sdk-route53resolver/types.rb', line 3634

class ListResolverRulesResponse < Struct.new(
  :next_token,
  :max_results,
  :resolver_rules)
  SENSITIVE = []
  include Aws::Structure
end

#resolver_rulesArray<Types::ResolverRule>

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

Returns:



3634
3635
3636
3637
3638
3639
3640
# File 'lib/aws-sdk-route53resolver/types.rb', line 3634

class ListResolverRulesResponse < Struct.new(
  :next_token,
  :max_results,
  :resolver_rules)
  SENSITIVE = []
  include Aws::Structure
end