Class: Aws::AppTest::Types::CreateTestCaseResponse

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)


520
521
522
523
524
525
# File 'gems/aws-sdk-apptest/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_versionInteger

The test case version of the test case.

Returns:

  • (Integer)


520
521
522
523
524
525
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 520

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