Class: Aws::LexModelsV2::Types::ListTestSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListTestSetsResponse
- 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 ListTestSets operation.
-
#test_sets ⇒ Array<Types::TestSetSummary>
The selected test sets in a list of test sets.
Instance Attribute Details
#next_token ⇒ String
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.
10832 10833 10834 10835 10836 10837 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 10832 class ListTestSetsResponse < Struct.new( :test_sets, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_sets ⇒ Array<Types::TestSetSummary>
The selected test sets in a list of test sets.
10832 10833 10834 10835 10836 10837 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 10832 class ListTestSetsResponse < Struct.new( :test_sets, :next_token) SENSITIVE = [] include Aws::Structure end |