Class: Aws::LexModelsV2::Types::ListTestExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListTestExecutionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates whether there are more results to return in a response to the ListTestExecutions operation.
-
#test_executions ⇒ Array<Types::TestExecutionSummary>
The list of test executions.
Instance Attribute Details
#next_token ⇒ String
A token that indicates whether there are more results to return in a response to the ListTestExecutions operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestExecutions operation request to get the next page of results.
10737 10738 10739 10740 10741 10742 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 10737 class ListTestExecutionsResponse < Struct.new( :test_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_executions ⇒ Array<Types::TestExecutionSummary>
The list of test executions.
10737 10738 10739 10740 10741 10742 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 10737 class ListTestExecutionsResponse < Struct.new( :test_executions, :next_token) SENSITIVE = [] include Aws::Structure end |