Class: Aws::AppTest::Types::ListTestRunStepsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of test run steps to return in one page of results.

Returns:

  • (Integer)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-apptest/types.rb', line 1418

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

#next_tokenString

The token from a previous step to retrieve the next page of results.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-apptest/types.rb', line 1418

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

#test_case_idString

The test case ID of the test run steps.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-apptest/types.rb', line 1418

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

#test_run_idString

The test run ID of the test run steps.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-apptest/types.rb', line 1418

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

#test_suite_idString

The test suite ID of the test run steps.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-apptest/types.rb', line 1418

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