Class: Aws::Connect::Types::ListTestCasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListTestCasesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#test_case_summary_list ⇒ Array<Types::TestCaseSummary>
Information about the tests.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
22476 22477 22478 22479 22480 22481 |
# File 'lib/aws-sdk-connect/types.rb', line 22476 class ListTestCasesResponse < Struct.new( :test_case_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_case_summary_list ⇒ Array<Types::TestCaseSummary>
Information about the tests.
22476 22477 22478 22479 22480 22481 |
# File 'lib/aws-sdk-connect/types.rb', line 22476 class ListTestCasesResponse < Struct.new( :test_case_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |