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.
17212 17213 17214 |
# File 'sig/types.rbs', line 17212 def rule_group_arn @rule_group_arn end |
#rule_options ⇒ ::Array[Types::RuleOption]
Returns the value of attribute rule_options.
17213 17214 17215 |
# File 'sig/types.rbs', line 17213 def @rule_options end |