Class: Aws::Types::StartTestRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartTestRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#experiment_arns ⇒ ::Array[::String]
Returns the value of attribute experiment_arns.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
Instance Attribute Details
#experiment_arns ⇒ ::Array[::String]
Returns the value of attribute experiment_arns.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def experiment_arns @experiment_arns end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def status @status end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def test_run_id @test_run_id end |