Class: Aws::Types::InsightStatus
- Inherits:
-
Object
- Object
- Aws::Types::InsightStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "PASSING", ...
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def reason @reason end |
#status ⇒ "PASSING", ...
Returns the value of attribute status.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def status @status end |