Class: Aws::Types::StartTestCaseExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartTestCaseExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "INITIATED", ...
Returns the value of attribute status.
-
#test_case_execution_id ⇒ ::String
Returns the value of attribute test_case_execution_id.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#status ⇒ "INITIATED", ...
Returns the value of attribute status.
8035 8036 8037 |
# File 'sig/types.rbs', line 8035 def status @status end |
#test_case_execution_id ⇒ ::String
Returns the value of attribute test_case_execution_id.
8033 8034 8035 |
# File 'sig/types.rbs', line 8033 def test_case_execution_id @test_case_execution_id end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
8034 8035 8036 |
# File 'sig/types.rbs', line 8034 def test_case_id @test_case_id end |