Class: Aws::DeviceFarm::Types::JobInsights

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Contains insights for a job, including report status, and test-level aggregated metrics such as per test execution time and median test execution time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the insights report for the job.

Returns:

  • (String)


2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2604

class JobInsights < Struct.new(
  :status,
  :test_report)
  SENSITIVE = []
  include Aws::Structure
end

#test_reportTypes::TestReport

The test-level aggregated report for the job.

Returns:



2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2604

class JobInsights < Struct.new(
  :status,
  :test_report)
  SENSITIVE = []
  include Aws::Structure
end