Class: Aws::Types::RunInsights
- Inherits:
-
Object
- Object
- Aws::Types::RunInsights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_report ⇒ Types::JobReport
Returns the value of attribute job_report.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#job_report ⇒ Types::JobReport
Returns the value of attribute job_report.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def job_report @job_report end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def status @status end |