Class: Aws::AppTest::Types::UpdateTestCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::UpdateTestCaseResponse
- 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.
3111 3112 3113 3114 3115 3116 |
# File 'lib/aws-sdk-apptest/types.rb', line 3111 class UpdateTestCaseResponse < 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.
3111 3112 3113 3114 3115 3116 |
# File 'lib/aws-sdk-apptest/types.rb', line 3111 class UpdateTestCaseResponse < Struct.new( :test_case_id, :test_case_version) SENSITIVE = [] include Aws::Structure end |