Class: Aws::Types::StatefulRule
- Inherits:
-
Object
- Object
- Aws::Types::StatefulRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "PASS", ...
Returns the value of attribute action.
-
#header ⇒ Types::Header
Returns the value of attribute header.
-
#rule_options ⇒ ::Array[Types::RuleOption]
Returns the value of attribute rule_options.
Instance Attribute Details
#action ⇒ "PASS", ...
Returns the value of attribute action.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def action @action end |
#header ⇒ Types::Header
Returns the value of attribute header.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def header @header end |
#rule_options ⇒ ::Array[Types::RuleOption]
Returns the value of attribute rule_options.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def @rule_options end |