Class: Aws::AppTest::Types::ListTestRunStepsResponse

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

#next_tokenString

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

Returns:

  • (String)


1439
1440
1441
1442
1443
1444
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1439

class ListTestRunStepsResponse < Struct.new(
  :test_run_steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_stepsArray<Types::TestRunStepSummary>

The test run steps of the response query.

Returns:



1439
1440
1441
1442
1443
1444
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1439

class ListTestRunStepsResponse < Struct.new(
  :test_run_steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end