Class: Aws::AppTest::Types::ListTestCasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ListTestCasesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next token in test cases.
-
#test_cases ⇒ Array<Types::TestCaseSummary>
The test cases in an application.
Instance Attribute Details
#next_token ⇒ String
The next token in test cases.
1349 1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-apptest/types.rb', line 1349 class ListTestCasesResponse < Struct.new( :test_cases, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_cases ⇒ Array<Types::TestCaseSummary>
The test cases in an application.
1349 1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-apptest/types.rb', line 1349 class ListTestCasesResponse < Struct.new( :test_cases, :next_token) SENSITIVE = [] include Aws::Structure end |