Class: Aws::Types::TestReport

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:test_details_url])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def message
  @message
end

#metricsTypes::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.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def test_details_url
  @test_details_url
end