Class: Aws::AppTest::Types::UpdateTestCaseResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_case_idString

The test case ID of the test case.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
# File 'gems/aws-sdk-apptest/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_versionInteger

The test case version of the test case.

Returns:

  • (Integer)


3111
3112
3113
3114
3115
3116
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3111

class UpdateTestCaseResponse < Struct.new(
  :test_case_id,
  :test_case_version)
  SENSITIVE = []
  include Aws::Structure
end