Class: Aws::Types::CreateTestCaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTestCaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#test_case_arn ⇒ ::String
Returns the value of attribute test_case_arn.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#test_case_arn ⇒ ::String
Returns the value of attribute test_case_arn.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def test_case_arn @test_case_arn end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def test_case_id @test_case_id end |