Class: Aws::AppTest::Types::ListTestSuitesRequest

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 suites to return in one page of results.

Returns:

  • (Integer)


1549
1550
1551
1552
1553
1554
1555
# File 'lib/aws-sdk-apptest/types.rb', line 1549

class ListTestSuitesRequest < Struct.new(
  :test_suite_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1549
1550
1551
1552
1553
1554
1555
# File 'lib/aws-sdk-apptest/types.rb', line 1549

class ListTestSuitesRequest < Struct.new(
  :test_suite_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_idsArray<String>

The suite ID of the test suites.

Returns:

  • (Array<String>)


1549
1550
1551
1552
1553
1554
1555
# File 'lib/aws-sdk-apptest/types.rb', line 1549

class ListTestSuitesRequest < Struct.new(
  :test_suite_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end