Class: Aws::Types::StopTestRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopTestRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
Instance Attribute Details
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def status @status end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def test_run_id @test_run_id end |