Class: Aws::AppTest::Types::TestRunStepSummary

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

Overview

Specifies a test run step summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_stepBoolean

The after step of the test run step summary.

Returns:

  • (Boolean)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#before_stepBoolean

The before step of the test run step summary.

Returns:

  • (Boolean)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#run_end_timeTime

The run end time of the test run step summary.

Returns:

  • (Time)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :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 step summary.

Returns:

  • (Time)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test run step summary.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The status reason of the test run step summary.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The step name of the test run step summary.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_idString

The test case ID of the test run step summary.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_versionInteger

The test case version of the test run step summary.

Returns:

  • (Integer)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :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 step summary.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :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 step summary.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :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 step summary.

Returns:

  • (Integer)


2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2880

class TestRunStepSummary < Struct.new(
  :step_name,
  :test_run_id,
  :test_case_id,
  :test_case_version,
  :test_suite_id,
  :test_suite_version,
  :before_step,
  :after_step,
  :status,
  :status_reason,
  :run_start_time,
  :run_end_time)
  SENSITIVE = []
  include Aws::Structure
end