Class: Aws::Types::RulesSource
- Inherits:
-
Object
- Object
- Aws::Types::RulesSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rules_source_list ⇒ Types::RulesSourceList
Returns the value of attribute rules_source_list.
-
#rules_string ⇒ ::String
Returns the value of attribute rules_string.
-
#stateful_rules ⇒ ::Array[Types::StatefulRule]
Returns the value of attribute stateful_rules.
-
#stateless_rules_and_custom_actions ⇒ Types::StatelessRulesAndCustomActions
Returns the value of attribute stateless_rules_and_custom_actions.
Instance Attribute Details
#rules_source_list ⇒ Types::RulesSourceList
Returns the value of attribute rules_source_list.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def rules_source_list @rules_source_list end |
#rules_string ⇒ ::String
Returns the value of attribute rules_string.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def rules_string @rules_string end |
#stateful_rules ⇒ ::Array[Types::StatefulRule]
Returns the value of attribute stateful_rules.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def stateful_rules @stateful_rules end |
#stateless_rules_and_custom_actions ⇒ Types::StatelessRulesAndCustomActions
Returns the value of attribute stateless_rules_and_custom_actions.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def stateless_rules_and_custom_actions @stateless_rules_and_custom_actions end |