Class: Aws::DeviceFarm::Types::JobReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::JobReport
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Contains aggregated job-level metrics for a run.
Constant Summary collapse
- SENSITIVE =
[:job_details_url]
Instance Attribute Summary collapse
-
#job_details_url ⇒ String
A URL to the detailed job results.
-
#message ⇒ String
A message associated with the job report.
-
#metrics ⇒ Types::JobReportMetrics
The aggregated job-level metrics for the run.
Instance Attribute Details
#job_details_url ⇒ String
A URL to the detailed job results.
2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2616 class JobReport < Struct.new( :message, :metrics, :job_details_url) SENSITIVE = [:job_details_url] include Aws::Structure end |
#message ⇒ String
A message associated with the job report.
2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2616 class JobReport < Struct.new( :message, :metrics, :job_details_url) SENSITIVE = [:job_details_url] include Aws::Structure end |
#metrics ⇒ Types::JobReportMetrics
The aggregated job-level metrics for the run.
2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2616 class JobReport < Struct.new( :message, :metrics, :job_details_url) SENSITIVE = [:job_details_url] include Aws::Structure end |