Class: Aws::AppTest::Types::TestRunSummary

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

Overview

Specifies a test run summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_end_timeTime

The run end time of the test run summary.

Returns:

  • (Time)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#run_start_timeTime

The run start time of the test run summary.

Returns:

  • (Time)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test run summary.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The status reason of the test run summary.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_configuration_idString

The test configuration ID of the test run summary.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_configuration_versionInteger

The test configuration version of the test run summary.

Returns:

  • (Integer)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_arnString

The test run ARN of the test run summary.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_idString

The test run ID of the test run summary.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_idString

The test suite ID of the test run summary.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_versionInteger

The test suite version of the test run summary.

Returns:

  • (Integer)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941

class TestRunSummary < Struct.new(
  :test_run_id,
  :test_run_arn,
  :test_suite_id,
  :test_suite_version,
  :test_configuration_id,
  :test_configuration_version,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end