Class: Aws::AppTest::Types::GetTestSuiteRequest

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 ID of the test suite.

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1144

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

#test_suite_versionInteger

The version of the test suite.

Returns:

  • (Integer)


1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1144

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