Class: Aws::AppTest::Types::StartTestRunRequest

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

#client_tokenString

The client token of the test run.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2361

class StartTestRunRequest < Struct.new(
  :test_suite_id,
  :test_configuration_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the test run.

Returns:

  • (Hash<String,String>)


2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2361

class StartTestRunRequest < Struct.new(
  :test_suite_id,
  :test_configuration_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_configuration_idString

The configuration ID of the test run.

Returns:

  • (String)


2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2361

class StartTestRunRequest < Struct.new(
  :test_suite_id,
  :test_configuration_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_idString

The test suite ID of the test run.

Returns:

  • (String)


2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2361

class StartTestRunRequest < Struct.new(
  :test_suite_id,
  :test_configuration_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end