Class: Aws::FMS::Types::NetworkFirewallStatefulRuleGroupOverride

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

Overview

The setting that allows the policy owner to change the behavior of the rule group within a policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.

Returns:

  • (String)


2811
2812
2813
2814
2815
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2811

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