Class: Aws::AppTest::Types::GetTestRunStepRequest

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

#step_nameString

The step name of the test run step.

Returns:

  • (String)


1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1053

class GetTestRunStepRequest < Struct.new(
  :test_run_id,
  :step_name,
  :test_case_id,
  :test_suite_id)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_idString

The test case ID of a test run step.

Returns:

  • (String)


1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1053

class GetTestRunStepRequest < Struct.new(
  :test_run_id,
  :step_name,
  :test_case_id,
  :test_suite_id)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_idString

The test run ID of the test run step.

Returns:

  • (String)


1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1053

class GetTestRunStepRequest < Struct.new(
  :test_run_id,
  :step_name,
  :test_case_id,
  :test_suite_id)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_idString

The test suite ID of a test run step.

Returns:

  • (String)


1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1053

class GetTestRunStepRequest < Struct.new(
  :test_run_id,
  :step_name,
  :test_case_id,
  :test_suite_id)
  SENSITIVE = []
  include Aws::Structure
end