Class: Aws::AppTest::Types::CreateTestSuiteResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_suite_idString

The suite ID of the test suite.

Returns:

  • (String)


644
645
646
647
648
649
# File 'lib/aws-sdk-apptest/types.rb', line 644

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

#test_suite_versionInteger

The suite version of the test suite.

Returns:

  • (Integer)


644
645
646
647
648
649
# File 'lib/aws-sdk-apptest/types.rb', line 644

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