Class: Aws::LexModelsV2::Types::ListTestExecutionResultItemsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that indicates whether there are more results to return in a response to the ListTestExecutionResultItems operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestExecutionResultItems operation request to get the next page of results.

Returns:

  • (String)


10616
10617
10618
10619
10620
10621
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10616

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

#test_execution_resultsTypes::TestExecutionResultItems

The list of results from the test execution.



10616
10617
10618
10619
10620
10621
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10616

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