Class: Aws::Types::GetTestCaseExecutionSummaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTestCaseExecutionSummaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4254 4255 4256 |
# File 'sig/types.rbs', line 4254 def instance_id @instance_id end |
#test_case_execution_id ⇒ ::String
Returns the value of attribute test_case_execution_id.
4256 4257 4258 |
# File 'sig/types.rbs', line 4256 def test_case_execution_id @test_case_execution_id end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
4255 4256 4257 |
# File 'sig/types.rbs', line 4255 def test_case_id @test_case_id end |