Class: Aws::Types::NetworkFirewallPolicyDescription
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallPolicyDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stateful_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateful_default_actions.
-
#stateful_engine_options ⇒ Types::StatefulEngineOptions
Returns the value of attribute stateful_engine_options.
-
#stateful_rule_groups ⇒ ::Array[Types::StatefulRuleGroup]
Returns the value of attribute stateful_rule_groups.
-
#stateless_custom_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_custom_actions.
-
#stateless_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_default_actions.
-
#stateless_fragment_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_fragment_default_actions.
-
#stateless_rule_groups ⇒ ::Array[Types::StatelessRuleGroup]
Returns the value of attribute stateless_rule_groups.
Instance Attribute Details
#stateful_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateful_default_actions.
780 781 782 |
# File 'sig/types.rbs', line 780 def stateful_default_actions @stateful_default_actions end |
#stateful_engine_options ⇒ Types::StatefulEngineOptions
Returns the value of attribute stateful_engine_options.
781 782 783 |
# File 'sig/types.rbs', line 781 def end |
#stateful_rule_groups ⇒ ::Array[Types::StatefulRuleGroup]
Returns the value of attribute stateful_rule_groups.
779 780 781 |
# File 'sig/types.rbs', line 779 def stateful_rule_groups @stateful_rule_groups end |
#stateless_custom_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_custom_actions.
778 779 780 |
# File 'sig/types.rbs', line 778 def stateless_custom_actions @stateless_custom_actions end |
#stateless_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_default_actions.
776 777 778 |
# File 'sig/types.rbs', line 776 def stateless_default_actions @stateless_default_actions end |
#stateless_fragment_default_actions ⇒ ::Array[::String]
Returns the value of attribute stateless_fragment_default_actions.
777 778 779 |
# File 'sig/types.rbs', line 777 def stateless_fragment_default_actions @stateless_fragment_default_actions end |
#stateless_rule_groups ⇒ ::Array[Types::StatelessRuleGroup]
Returns the value of attribute stateless_rule_groups.
775 776 777 |
# File 'sig/types.rbs', line 775 def stateless_rule_groups @stateless_rule_groups end |