Class: Aws::Types::JobInsights
- Inherits:
-
Object
- Object
- Aws::Types::JobInsights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#test_report ⇒ Types::TestReport
Returns the value of attribute test_report.
Instance Attribute Details
#status ⇒ "PENDING", ...
Returns the value of attribute status.
629 630 631 |
# File 'sig/types.rbs', line 629 def status @status end |
#test_report ⇒ Types::TestReport
Returns the value of attribute test_report.
630 631 632 |
# File 'sig/types.rbs', line 630 def test_report @test_report end |