Class: Aws::DeviceFarm::Types::JobReport

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_details_urlString

A URL to the detailed job results.

Returns:

  • (String)


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

#messageString

A message associated with the job report.

Returns:

  • (String)


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

#metricsTypes::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