Class: Aws::Types::TestSummary
- Inherits:
-
Object
- Object
- Aws::Types::TestSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#successful_test_runs ⇒ ::Integer
Returns the value of attribute successful_test_runs.
-
#test_id ⇒ ::String
Returns the value of attribute test_id.
-
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
-
#total_test_runs ⇒ ::Integer
Returns the value of attribute total_test_runs.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
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.
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.
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.
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.
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.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def total_test_runs @total_test_runs end |