Class: Aws::FMS::Types::ThirdPartyFirewallPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ThirdPartyFirewallPolicy
- 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
-
#firewall_deployment_model ⇒ String
Defines the deployment model to use for the third-party firewall policy.
Instance Attribute Details
#firewall_deployment_model ⇒ String
Defines the deployment model to use for the third-party firewall policy.
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 |