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.
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.
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.
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.
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.
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.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def total_test_runs @total_test_runs end |