Class: Aws::DeviceFarm::Types::JobInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::JobInsights
- 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
-
#status ⇒ String
The status of the insights report for the job.
-
#test_report ⇒ Types::TestReport
The test-level aggregated report for the job.
Instance Attribute Details
#status ⇒ String
The status of the insights report for the job.
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_report ⇒ Types::TestReport
The test-level aggregated report for the job.
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 |