Class: Aws::AppTest::Types::ListTestCasesRequest

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 results of the test case.

Returns:

  • (Integer)


1331
1332
1333
1334
1335
1336
1337
# File 'lib/aws-sdk-apptest/types.rb', line 1331

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

#next_tokenString

The next token of the test cases.

Returns:

  • (String)


1331
1332
1333
1334
1335
1336
1337
# File 'lib/aws-sdk-apptest/types.rb', line 1331

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

#test_case_idsArray<String>

The IDs of the test cases.

Returns:

  • (Array<String>)


1331
1332
1333
1334
1335
1336
1337
# File 'lib/aws-sdk-apptest/types.rb', line 1331

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