Class: Aws::Route53Resolver::Types::ListFirewallDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListFirewallDomainsResponse
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domains ⇒ Array<String>
A list of the domains in the firewall domain list.
-
#next_token ⇒ String
If objects are still available for retrieval, Resolver returns this token in the response.
Instance Attribute Details
#domains ⇒ Array<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
.
2796 2797 2798 2799 2800 2801 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2796 class ListFirewallDomainsResponse < Struct.new( :next_token, :domains) 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.
2796 2797 2798 2799 2800 2801 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2796 class ListFirewallDomainsResponse < Struct.new( :next_token, :domains) SENSITIVE = [] include Aws::Structure end |