Class: Aws::Types::SubscribedRuleGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedRuleGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def name @name end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def rule_group_id @rule_group_id end |