Class: Aws::AppTest::Types::StartTestRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::StartTestRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token of the test run.
-
#tags ⇒ Hash<String,String>
The tags of the test run.
-
#test_configuration_id ⇒ String
The configuration ID of the test run.
-
#test_suite_id ⇒ String
The test suite ID of the test run.
Instance Attribute Details
#client_token ⇒ String
The client token of the test run.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2361 2362 2363 2364 2365 2366 2367 2368 |
# File '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 |
#tags ⇒ Hash<String,String>
The tags of the test run.
2361 2362 2363 2364 2365 2366 2367 2368 |
# File '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_id ⇒ String
The configuration ID of the test run.
2361 2362 2363 2364 2365 2366 2367 2368 |
# File '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_id ⇒ String
The test suite ID of the test run.
2361 2362 2363 2364 2365 2366 2367 2368 |
# File '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 |