Class: Aws::AppTest::Types::UpdateTestSuiteResponse

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_suite_idString

The test suite ID of the test suite.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3209

class UpdateTestSuiteResponse < Struct.new(
  :test_suite_id,
  :test_suite_version)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_versionInteger

The test suite version of the test suite.

Returns:

  • (Integer)


3209
3210
3211
3212
3213
3214
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3209

class UpdateTestSuiteResponse < Struct.new(
  :test_suite_id,
  :test_suite_version)
  SENSITIVE = []
  include Aws::Structure
end