Class: Aws::AppTest::Types::StartTestRunResponse

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_run_idString

The test run ID of the test run.

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
# File 'gems/aws-sdk-apptest/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_statusString

The test run status of the test run.

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2380

class StartTestRunResponse < Struct.new(
  :test_run_id,
  :test_run_status)
  SENSITIVE = []
  include Aws::Structure
end