Class: Aws::Types::RuleGroupSourceStatelessRulesAndCustomActionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceStatelessRulesAndCustomActionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_actions ⇒ ::Array[Types::RuleGroupSourceCustomActionsDetails]
Returns the value of attribute custom_actions.
-
#stateless_rules ⇒ ::Array[Types::RuleGroupSourceStatelessRulesDetails]
Returns the value of attribute stateless_rules.
Instance Attribute Details
#custom_actions ⇒ ::Array[Types::RuleGroupSourceCustomActionsDetails]
Returns the value of attribute custom_actions.
7458 7459 7460 |
# File 'sig/types.rbs', line 7458 def custom_actions @custom_actions end |
#stateless_rules ⇒ ::Array[Types::RuleGroupSourceStatelessRulesDetails]
Returns the value of attribute stateless_rules.
7459 7460 7461 |
# File 'sig/types.rbs', line 7459 def stateless_rules @stateless_rules end |