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)


5463
5464
5465
5466
5467
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5463

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