Class: Aws::AppTest::Types::ListTestSuitesResponse

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 test suites results.

Returns:

  • (String)


1568
1569
1570
1571
1572
1573
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1568

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

#test_suitesArray<Types::TestSuiteSummary>

The test suites returned with the response query.

Returns:



1568
1569
1570
1571
1572
1573
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1568

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