Class: Aws::Types::RuleVerdictToEvaluate
- Inherits:
-
Object
- Object
- Aws::Types::RuleVerdictToEvaluate
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Analysis, Attribute, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis ⇒ Types::Analysis
Returns the value of attribute analysis.
-
#attribute ⇒ "SPF", "DKIM"
Returns the value of attribute attribute.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#analysis ⇒ Types::Analysis
Returns the value of attribute analysis.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def analysis @analysis end |
#attribute ⇒ "SPF", "DKIM"
Returns the value of attribute attribute.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def attribute @attribute end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def unknown @unknown end |