Class: Aws::Types::GetTestRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTestRunRequest
- 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.
518 519 520 |
# File 'sig/types.rbs', line 518 def service_arn @service_arn end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
517 518 519 |
# File 'sig/types.rbs', line 517 def test_run_id @test_run_id end |