Class: Aws::DeviceFarm::Types::TestReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestReport
- 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
-
#message ⇒ String
A message associated with the test report.
-
#metrics ⇒ Types::TestReportMetrics
The aggregated test-level metrics for the job.
-
#test_details_url ⇒ String
A URL to the detailed test results.
Instance Attribute Details
#message ⇒ String
A message associated with the test report.
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 |
#metrics ⇒ Types::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_url ⇒ String
A URL to the detailed test results.
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 |