Class: Aws::Types::RuleGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
962 963 964 |
# File 'sig/types.rbs', line 962 def name @name end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
961 962 963 |
# File 'sig/types.rbs', line 961 def rule_group_id @rule_group_id end |