Class: Aws::Route53Resolver::Types::ListFirewallDomainsResponse

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

#domainsArray<String>

A list of the domains in the firewall domain list.

This might be a partial list of the domains that you’ve defined in the domain list. For information, see ‘MaxResults`.

Returns:

  • (Array<String>)


2698
2699
2700
2701
2702
2703
# File 'lib/aws-sdk-route53resolver/types.rb', line 2698

class ListFirewallDomainsResponse < Struct.new(
  :next_token,
  :domains)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
# File 'lib/aws-sdk-route53resolver/types.rb', line 2698

class ListFirewallDomainsResponse < Struct.new(
  :next_token,
  :domains)
  SENSITIVE = []
  include Aws::Structure
end