Class: Aws::Types::DeleteTestCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTestCaseRequest
- 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_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def instance_id @instance_id end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def test_case_id @test_case_id end |