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.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def status @status end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def test_run_id @test_run_id end |