Class: Aws::Types::TestSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



1880
1881
1882
# File 'sig/types.rbs', line 1880

def creation_time
  @creation_time
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:



1877
1878
1879
# File 'sig/types.rbs', line 1877

def service_arn
  @service_arn
end

#successful_test_runs::Integer

Returns the value of attribute successful_test_runs.

Returns:



1879
1880
1881
# File 'sig/types.rbs', line 1879

def successful_test_runs
  @successful_test_runs
end

#test_id::String

Returns the value of attribute test_id.

Returns:



1875
1876
1877
# File 'sig/types.rbs', line 1875

def test_id
  @test_id
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:



1876
1877
1878
# File 'sig/types.rbs', line 1876

def test_template_arn
  @test_template_arn
end

#total_test_runs::Integer

Returns the value of attribute total_test_runs.

Returns:



1878
1879
1880
# File 'sig/types.rbs', line 1878

def total_test_runs
  @total_test_runs
end