Class: Aws::Route53Resolver::Types::UpdateFirewallConfigResponse

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.



4880
4881
4882
4883
4884
# File 'lib/aws-sdk-route53resolver/types.rb', line 4880

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