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