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
.
2410 2411 2412 2413 2414 2415 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2410 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.
2410 2411 2412 2413 2414 2415 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2410 class ListFirewallDomainsResponse < Struct.new( :next_token, :domains) SENSITIVE = [] include Aws::Structure end |