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.
924 925 926 |
# File 'sig/types.rbs', line 924 def name @name end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
923 924 925 |
# File 'sig/types.rbs', line 923 def rule_group_id @rule_group_id end |