Class: Aws::AppTest::Types::CreateTestCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CreateTestCaseResponse
- 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.
-
#test_case_version ⇒ Integer
The test case version of the test case.
Instance Attribute Details
#test_case_id ⇒ String
The test case ID of the test case.
520 521 522 523 524 525 |
# File 'lib/aws-sdk-apptest/types.rb', line 520 class CreateTestCaseResponse < Struct.new( :test_case_id, :test_case_version) SENSITIVE = [] include Aws::Structure end |
#test_case_version ⇒ Integer
The test case version of the test case.
520 521 522 523 524 525 |
# File 'lib/aws-sdk-apptest/types.rb', line 520 class CreateTestCaseResponse < Struct.new( :test_case_id, :test_case_version) SENSITIVE = [] include Aws::Structure end |