Class: Aws::DeviceFarm::Types::TestReport

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

Overview

Contains aggregated test-level metrics for a job.

Constant Summary collapse

SENSITIVE =
[:test_details_url]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message associated with the test report.

Returns:

  • (String)


6027
6028
6029
6030
6031
6032
6033
# File 'lib/aws-sdk-devicefarm/types.rb', line 6027

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

#metricsTypes::TestReportMetrics

The aggregated test-level metrics for the job.



6027
6028
6029
6030
6031
6032
6033
# File 'lib/aws-sdk-devicefarm/types.rb', line 6027

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

#test_details_urlString

A URL to the detailed test results.

Returns:

  • (String)


6027
6028
6029
6030
6031
6032
6033
# File 'lib/aws-sdk-devicefarm/types.rb', line 6027

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