Class: Aws::Types::JobInsights

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "COMPLETED", "SKIPPED", "ERRORED")


628
629
630
# File 'sig/types.rbs', line 628

def status
  @status
end

#test_reportTypes::TestReport

Returns the value of attribute test_report.

Returns:



629
630
631
# File 'sig/types.rbs', line 629

def test_report
  @test_report
end