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.
948 949 950 |
# File 'sig/types.rbs', line 948 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
947 948 949 |
# File 'sig/types.rbs', line 947 def name @name end |
#predicates ⇒ ::Array[Types::Predicate]
Returns the value of attribute predicates.
949 950 951 |
# File 'sig/types.rbs', line 949 def predicates @predicates end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def rule_id @rule_id end |