Class: Aws::Connect::Types::ListTestCasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListTestCasesResponse
- Defined in:
- gems/aws-sdk-connect/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.
25091 25092 25093 25094 25095 25096 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25091 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.
25091 25092 25093 25094 25095 25096 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25091 class ListTestCasesResponse < Struct.new( :test_case_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |