Class: Aws::LexModelsV2::Types::ListTestExecutionsResponse

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 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.

Returns:

  • (String)


10664
10665
10666
10667
10668
10669
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10664

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

#test_executionsArray<Types::TestExecutionSummary>

The list of test executions.

Returns:



10664
10665
10666
10667
10668
10669
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10664

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