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.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def rules_source_list @rules_source_list end |
#rules_string ⇒ ::String
Returns the value of attribute rules_string.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def rules_string @rules_string end |
#stateful_rules ⇒ ::Array[Types::StatefulRule]
Returns the value of attribute stateful_rules.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def stateful_rules @stateful_rules end |
#stateless_rules_and_custom_actions ⇒ Types::StatelessRulesAndCustomActions
Returns the value of attribute stateless_rules_and_custom_actions.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def stateless_rules_and_custom_actions @stateless_rules_and_custom_actions end |