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.
6020 6021 6022 6023 6024 6025 6026 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6020 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.
6020 6021 6022 6023 6024 6025 6026 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6020 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.
6020 6021 6022 6023 6024 6025 6026 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6020 class TestReport < Struct.new( :message, :metrics, :test_details_url) SENSITIVE = [:test_details_url] include Aws::Structure end |