Class: Aws::Route53Resolver::Types::GetFirewallDomainListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetFirewallDomainListResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_domain_list ⇒ Types::FirewallDomainList
The domain list that you requested.
Instance Attribute Details
#firewall_domain_list ⇒ Types::FirewallDomainList
The domain list that you requested.
2047 2048 2049 2050 2051 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2047 class GetFirewallDomainListResponse < Struct.new( :firewall_domain_list) SENSITIVE = [] include Aws::Structure end |