Class: Aws::Types::RuleGroupTypePair
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupTypePair
- 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_group_type ⇒ ::String
Returns the value of attribute rule_group_type.
Instance Attribute Details
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
17218 17219 17220 |
# File 'sig/types.rbs', line 17218 def rule_group_arn @rule_group_arn end |
#rule_group_type ⇒ ::String
Returns the value of attribute rule_group_type.
17219 17220 17221 |
# File 'sig/types.rbs', line 17219 def rule_group_type @rule_group_type end |