Class: Aws::Types::RuleGroup
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroup
- 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.
956 957 958 |
# File 'sig/types.rbs', line 956 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
955 956 957 |
# File 'sig/types.rbs', line 955 def name @name end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
954 955 956 |
# File 'sig/types.rbs', line 954 def rule_group_id @rule_group_id end |