Class: Aws::Types::Evidence
- Inherits:
-
Object
- Object
- Aws::Types::Evidence
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evidence_detail ⇒ ::String
Returns the value of attribute evidence_detail.
-
#evidence_rule ⇒ ::String
Returns the value of attribute evidence_rule.
-
#severity ⇒ ::String
Returns the value of attribute severity.
Instance Attribute Details
#evidence_detail ⇒ ::String
Returns the value of attribute evidence_detail.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def evidence_detail @evidence_detail end |
#evidence_rule ⇒ ::String
Returns the value of attribute evidence_rule.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def evidence_rule @evidence_rule end |
#severity ⇒ ::String
Returns the value of attribute severity.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def severity @severity end |