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.
628 629 630 |
# File 'sig/types.rbs', line 628 def status @status end |
#test_report ⇒ Types::TestReport
Returns the value of attribute test_report.
629 630 631 |
# File 'sig/types.rbs', line 629 def test_report @test_report end |