Class: Aws::Types::RuleGroupRuleOptionsPair
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupRuleOptionsPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
-
#rule_options ⇒ ::Array[Types::RuleOption]
Returns the value of attribute rule_options.
Instance Attribute Details
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
16873 16874 16875 |
# File 'sig/types.rbs', line 16873 def rule_group_arn @rule_group_arn end |
#rule_options ⇒ ::Array[Types::RuleOption]
Returns the value of attribute rule_options.
16874 16875 16876 |
# File 'sig/types.rbs', line 16874 def @rule_options end |