Class: Aws::FMS::Types::ThirdPartyFirewallPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Configures the deployment model for the third-party firewall.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_deployment_modelString

Defines the deployment model to use for the third-party firewall policy.

Returns:

  • (String)


5473
5474
5475
5476
5477
# File 'lib/aws-sdk-fms/types.rb', line 5473

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