Class: Aws::LexModelsV2::Types::ListTestSetsResponse

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 ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.

Returns:

  • (String)


10759
10760
10761
10762
10763
10764
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10759

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

#test_setsArray<Types::TestSetSummary>

The selected test sets in a list of test sets.

Returns:



10759
10760
10761
10762
10763
10764
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10759

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