Class: Aws::Types::RuleGroupSourceStatelessRuleDefinition
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceStatelessRuleDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#match_attributes ⇒ Types::RuleGroupSourceStatelessRuleMatchAttributes
Returns the value of attribute match_attributes.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
7414 7415 7416 |
# File 'sig/types.rbs', line 7414 def actions @actions end |
#match_attributes ⇒ Types::RuleGroupSourceStatelessRuleMatchAttributes
Returns the value of attribute match_attributes.
7415 7416 7417 |
# File 'sig/types.rbs', line 7415 def match_attributes @match_attributes end |