Class: Aws::Types::RuleGroupSource
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rules_source_list ⇒ Types::RuleGroupSourceListDetails
Returns the value of attribute rules_source_list.
-
#rules_string ⇒ ::String
Returns the value of attribute rules_string.
-
#stateful_rules ⇒ ::Array[Types::RuleGroupSourceStatefulRulesDetails]
Returns the value of attribute stateful_rules.
-
#stateless_rules_and_custom_actions ⇒ Types::RuleGroupSourceStatelessRulesAndCustomActionsDetails
Returns the value of attribute stateless_rules_and_custom_actions.
Instance Attribute Details
#rules_source_list ⇒ Types::RuleGroupSourceListDetails
Returns the value of attribute rules_source_list.
7370 7371 7372 |
# File 'sig/types.rbs', line 7370 def rules_source_list @rules_source_list end |
#rules_string ⇒ ::String
Returns the value of attribute rules_string.
7371 7372 7373 |
# File 'sig/types.rbs', line 7371 def rules_string @rules_string end |
#stateful_rules ⇒ ::Array[Types::RuleGroupSourceStatefulRulesDetails]
Returns the value of attribute stateful_rules.
7372 7373 7374 |
# File 'sig/types.rbs', line 7372 def stateful_rules @stateful_rules end |
#stateless_rules_and_custom_actions ⇒ Types::RuleGroupSourceStatelessRulesAndCustomActionsDetails
Returns the value of attribute stateless_rules_and_custom_actions.
7373 7374 7375 |
# File 'sig/types.rbs', line 7373 def stateless_rules_and_custom_actions @stateless_rules_and_custom_actions end |