Class: Aws::Route53Resolver::Types::ListFirewallDomainListsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListFirewallDomainListsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_domain_lists ⇒ Array<Types::FirewallDomainListMetadata>
A list of the domain lists that you have defined.
-
#next_token ⇒ String
If objects are still available for retrieval, Resolver returns this token in the response.
Instance Attribute Details
#firewall_domain_lists ⇒ Array<Types::FirewallDomainListMetadata>
A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you’ve defined. For information, see ‘MaxResults`.
2776 2777 2778 2779 2780 2781 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2776 class ListFirewallDomainListsResponse < Struct.new( :next_token, :firewall_domain_lists) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2776 2777 2778 2779 2780 2781 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2776 class ListFirewallDomainListsResponse < Struct.new( :next_token, :firewall_domain_lists) SENSITIVE = [] include Aws::Structure end |