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)


5469
5470
5471
5472
5473
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5469

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