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:

  • (::Time)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def creation_time
  @creation_time
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def service_arn
  @service_arn
end

#successful_test_runs::Integer

Returns the value of attribute successful_test_runs.

Returns:

  • (::Integer)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def successful_test_runs
  @successful_test_runs
end

#test_id::String

Returns the value of attribute test_id.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def test_id
  @test_id
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def test_template_arn
  @test_template_arn
end

#total_test_runs::Integer

Returns the value of attribute total_test_runs.

Returns:

  • (::Integer)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def total_test_runs
  @total_test_runs
end