Class: Aws::LexModelsV2::Types::TestSetExportSpecification

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

Overview

Contains information about the test set that is exported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_set_idString

The unique identifier of the test set.

Returns:

  • (String)


13664
13665
13666
13667
13668
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13664

class TestSetExportSpecification < Struct.new(
  :test_set_id)
  SENSITIVE = []
  include Aws::Structure
end