Class: Aws::AppTest::Types::ListTestRunsResponse

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 the previous request to retrieve the next page of results.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1527

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

#test_runsArray<Types::TestRunSummary>

The test runs of the response query.

Returns:



1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1527

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