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.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def action @action end |
#header ⇒ Types::Header
Returns the value of attribute header.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def header @header end |
#rule_options ⇒ ::Array[Types::RuleOption]
Returns the value of attribute rule_options.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def @rule_options end |