Class: Aws::AppTest::Types::TestCaseRunSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apptest/types.rb

Overview

Specifies the test case run summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_end_timeTime

The run end time of the test case run summary.

Returns:

  • (Time)


2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
# File 'lib/aws-sdk-apptest/types.rb', line 2671

class TestCaseRunSummary < Struct.new(
  :test_case_id,
  :test_case_version,
  :test_run_id,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#run_start_timeTime

The run start time of the test case run summary.

Returns:

  • (Time)


2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
# File 'lib/aws-sdk-apptest/types.rb', line 2671

class TestCaseRunSummary < Struct.new(
  :test_case_id,
  :test_case_version,
  :test_run_id,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test case run summary.

Returns:

  • (String)


2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
# File 'lib/aws-sdk-apptest/types.rb', line 2671

class TestCaseRunSummary < Struct.new(
  :test_case_id,
  :test_case_version,
  :test_run_id,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The status reason of the test case run summary.

Returns:

  • (String)


2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
# File 'lib/aws-sdk-apptest/types.rb', line 2671

class TestCaseRunSummary < Struct.new(
  :test_case_id,
  :test_case_version,
  :test_run_id,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_idString

The test case id of the test case run summary.

Returns:

  • (String)


2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
# File 'lib/aws-sdk-apptest/types.rb', line 2671

class TestCaseRunSummary < Struct.new(
  :test_case_id,
  :test_case_version,
  :test_run_id,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_versionInteger

The test case version of the test case run summary.

Returns:

  • (Integer)


2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
# File 'lib/aws-sdk-apptest/types.rb', line 2671

class TestCaseRunSummary < Struct.new(
  :test_case_id,
  :test_case_version,
  :test_run_id,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_idString

The test run id of the test case run summary.

Returns:

  • (String)


2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
# File 'lib/aws-sdk-apptest/types.rb', line 2671

class TestCaseRunSummary < Struct.new(
  :test_case_id,
  :test_case_version,
  :test_run_id,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end