Method: Aws::AppTest::Types::GetTestCaseResponse#test_case_version
- Defined in:
- lib/aws-sdk-apptest/types.rb
#test_case_version ⇒ Integer
The case version of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |