Class: Aws::Types::EvaluatedRule
- Inherits:
-
Object
- Object
- Aws::Types::EvaluatedRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluated ⇒ Boolean
Returns the value of attribute evaluated.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#expression_with_values ⇒ ::String
Returns the value of attribute expression_with_values.
-
#matched ⇒ Boolean
Returns the value of attribute matched.
-
#outcomes ⇒ ::Array[::String]
Returns the value of attribute outcomes.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#rule_version ⇒ ::String
Returns the value of attribute rule_version.
Instance Attribute Details
#evaluated ⇒ Boolean
Returns the value of attribute evaluated.
503 504 505 |
# File 'sig/types.rbs', line 503 def evaluated @evaluated end |
#expression ⇒ ::String
Returns the value of attribute expression.
500 501 502 |
# File 'sig/types.rbs', line 500 def expression @expression end |
#expression_with_values ⇒ ::String
Returns the value of attribute expression_with_values.
501 502 503 |
# File 'sig/types.rbs', line 501 def expression_with_values @expression_with_values end |
#matched ⇒ Boolean
Returns the value of attribute matched.
504 505 506 |
# File 'sig/types.rbs', line 504 def matched @matched end |
#outcomes ⇒ ::Array[::String]
Returns the value of attribute outcomes.
502 503 504 |
# File 'sig/types.rbs', line 502 def outcomes @outcomes end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
498 499 500 |
# File 'sig/types.rbs', line 498 def rule_id @rule_id end |
#rule_version ⇒ ::String
Returns the value of attribute rule_version.
499 500 501 |
# File 'sig/types.rbs', line 499 def rule_version @rule_version end |