Class: Aws::Types::FirewallPolicyDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stateful_rule_group_references::Array[Types::FirewallPolicyStatefulRuleGroupReferencesDetails]

Returns the value of attribute stateful_rule_group_references.



5801
5802
5803
# File 'sig/types.rbs', line 5801

def stateful_rule_group_references
  @stateful_rule_group_references
end

#stateless_custom_actions::Array[Types::FirewallPolicyStatelessCustomActionsDetails]

Returns the value of attribute stateless_custom_actions.



5802
5803
5804
# File 'sig/types.rbs', line 5802

def stateless_custom_actions
  @stateless_custom_actions
end

#stateless_default_actions::Array[::String]

Returns the value of attribute stateless_default_actions.

Returns:

  • (::Array[::String])


5803
5804
5805
# File 'sig/types.rbs', line 5803

def stateless_default_actions
  @stateless_default_actions
end

#stateless_fragment_default_actions::Array[::String]

Returns the value of attribute stateless_fragment_default_actions.

Returns:

  • (::Array[::String])


5804
5805
5806
# File 'sig/types.rbs', line 5804

def stateless_fragment_default_actions
  @stateless_fragment_default_actions
end

#stateless_rule_group_references::Array[Types::FirewallPolicyStatelessRuleGroupReferencesDetails]

Returns the value of attribute stateless_rule_group_references.



5805
5806
5807
# File 'sig/types.rbs', line 5805

def stateless_rule_group_references
  @stateless_rule_group_references
end