Class: Aws::Types::RuleGroupSourceStatefulRulesDetails
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceStatefulRulesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#header ⇒ Types::RuleGroupSourceStatefulRulesHeaderDetails
Returns the value of attribute header.
-
#rule_options ⇒ ::Array[Types::RuleGroupSourceStatefulRulesOptionsDetails]
Returns the value of attribute rule_options.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
7391 7392 7393 |
# File 'sig/types.rbs', line 7391 def action @action end |
#header ⇒ Types::RuleGroupSourceStatefulRulesHeaderDetails
Returns the value of attribute header.
7392 7393 7394 |
# File 'sig/types.rbs', line 7392 def header @header end |
#rule_options ⇒ ::Array[Types::RuleGroupSourceStatefulRulesOptionsDetails]
Returns the value of attribute rule_options.
7393 7394 7395 |
# File 'sig/types.rbs', line 7393 def @rule_options end |