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.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def test_case_arn @test_case_arn end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def test_case_id @test_case_id end |