Method: Aws::AppTest::Types::GetTestRunStepResponse#run_end_time

Defined in:
lib/aws-sdk-apptest/types.rb

#run_end_timeTime

The run end time of the test run step.

Returns:

  • (Time)


1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
# File 'lib/aws-sdk-apptest/types.rb', line 1116

class GetTestRunStepResponse < 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,
  :step_run_summary)
  SENSITIVE = []
  include Aws::Structure
end