Class: Aws::Route53Resolver::Types::GetFirewallConfigResponse

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_configTypes::FirewallConfig

Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.



1889
1890
1891
1892
1893
# File 'lib/aws-sdk-route53resolver/types.rb', line 1889

class GetFirewallConfigResponse < Struct.new(
  :firewall_config)
  SENSITIVE = []
  include Aws::Structure
end