Class: Aws::Route53Resolver::Types::GetFirewallDomainListResponse

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

#firewall_domain_listTypes::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