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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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)


4941
4942
4943
4944
4945
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4941

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