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)


2627
2628
2629
2630
2631
2632
2633
# File 'lib/aws-sdk-devicefarm/types.rb', line 2627

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)


2627
2628
2629
2630
2631
2632
2633
# File 'lib/aws-sdk-devicefarm/types.rb', line 2627

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.



2627
2628
2629
2630
2631
2632
2633
# File 'lib/aws-sdk-devicefarm/types.rb', line 2627

class JobReport < Struct.new(
  :message,
  :metrics,
  :job_details_url)
  SENSITIVE = [:job_details_url]
  include Aws::Structure
end