Class: Aws::AppTest::Types::ListTestCasesResponse

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 next token in test cases.

Returns:

  • (String)


1349
1350
1351
1352
1353
1354
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1349

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

#test_casesArray<Types::TestCaseSummary>

The test cases in an application.

Returns:



1349
1350
1351
1352
1353
1354
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1349

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