Class: Aws::AppTest::Types::StartTestRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::StartTestRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_run_id ⇒ String
The test run ID of the test run.
-
#test_run_status ⇒ String
The test run status of the test run.
Instance Attribute Details
#test_run_id ⇒ String
The test run ID of the test run.
2380 2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-apptest/types.rb', line 2380 class StartTestRunResponse < Struct.new( :test_run_id, :test_run_status) SENSITIVE = [] include Aws::Structure end |
#test_run_status ⇒ String
The test run status of the test run.
2380 2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-apptest/types.rb', line 2380 class StartTestRunResponse < Struct.new( :test_run_id, :test_run_status) SENSITIVE = [] include Aws::Structure end |