Class: Aws::Types::RunInsights

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_reportTypes::JobReport

Returns the value of attribute job_report.

Returns:



1177
1178
1179
# File 'sig/types.rbs', line 1177

def job_report
  @job_report
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1176
1177
1178
# File 'sig/types.rbs', line 1176

def status
  @status
end