Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- 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.
-
#predicates ⇒ ::Array[Types::Predicate]
Returns the value of attribute predicates.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
910 911 912 |
# File 'sig/types.rbs', line 910 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
909 910 911 |
# File 'sig/types.rbs', line 909 def name @name end |
#predicates ⇒ ::Array[Types::Predicate]
Returns the value of attribute predicates.
911 912 913 |
# File 'sig/types.rbs', line 911 def predicates @predicates end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
908 909 910 |
# File 'sig/types.rbs', line 908 def rule_id @rule_id end |