Class: Aws::AppTest::Types::DeleteTestCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::DeleteTestCaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_case_id ⇒ String
The test case ID of the test case.
Instance Attribute Details
#test_case_id ⇒ String
The test case ID of the test case.
749 750 751 752 753 |
# File 'lib/aws-sdk-apptest/types.rb', line 749 class DeleteTestCaseRequest < Struct.new( :test_case_id) SENSITIVE = [] include Aws::Structure end |