Class: Aws::Types::TestReport
- Inherits:
-
Object
- Object
- Aws::Types::TestReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#metrics ⇒ Types::TestReportMetrics
Returns the value of attribute metrics.
-
#test_details_url ⇒ ::String
Returns the value of attribute test_details_url.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def @message end |
#metrics ⇒ Types::TestReportMetrics
Returns the value of attribute metrics.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def metrics @metrics end |
#test_details_url ⇒ ::String
Returns the value of attribute test_details_url.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def test_details_url @test_details_url end |