Class: Aws::Types::RuleResult
- Inherits:
-
Object
- Object
- Aws::Types::RuleResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#status ⇒ "PASSED", ...
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
482 483 484 |
# File 'sig/types.rbs', line 482 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
481 482 483 |
# File 'sig/types.rbs', line 481 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
484 485 486 |
# File 'sig/types.rbs', line 484 def @message end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
485 486 487 |
# File 'sig/types.rbs', line 485 def @metadata end |
#status ⇒ "PASSED", ...
Returns the value of attribute status.
483 484 485 |
# File 'sig/types.rbs', line 483 def status @status end |