Class: Aws::Types::StopTestRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopTestRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
Instance Attribute Details
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def service_arn @service_arn end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def test_run_id @test_run_id end |