Class: Aws::LexModelsV2::Types::ExportResourceSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ExportResourceSpecification
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides information about the bot or bot locale that you want to
export. You can specify the botExportSpecification or the
botLocaleExportSpecification, but not both.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_export_specification ⇒ Types::BotExportSpecification
Parameters for exporting a bot.
-
#bot_locale_export_specification ⇒ Types::BotLocaleExportSpecification
Parameters for exporting a bot locale.
-
#custom_vocabulary_export_specification ⇒ Types::CustomVocabularyExportSpecification
The parameters required to export a custom vocabulary.
-
#test_set_export_specification ⇒ Types::TestSetExportSpecification
Specifications for the test set that is exported as a resource.
Instance Attribute Details
#bot_export_specification ⇒ Types::BotExportSpecification
Parameters for exporting a bot.
7597 7598 7599 7600 7601 7602 7603 7604 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7597 class ExportResourceSpecification < Struct.new( :bot_export_specification, :bot_locale_export_specification, :custom_vocabulary_export_specification, :test_set_export_specification) SENSITIVE = [] include Aws::Structure end |
#bot_locale_export_specification ⇒ Types::BotLocaleExportSpecification
Parameters for exporting a bot locale.
7597 7598 7599 7600 7601 7602 7603 7604 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7597 class ExportResourceSpecification < Struct.new( :bot_export_specification, :bot_locale_export_specification, :custom_vocabulary_export_specification, :test_set_export_specification) SENSITIVE = [] include Aws::Structure end |
#custom_vocabulary_export_specification ⇒ Types::CustomVocabularyExportSpecification
The parameters required to export a custom vocabulary.
7597 7598 7599 7600 7601 7602 7603 7604 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7597 class ExportResourceSpecification < Struct.new( :bot_export_specification, :bot_locale_export_specification, :custom_vocabulary_export_specification, :test_set_export_specification) SENSITIVE = [] include Aws::Structure end |
#test_set_export_specification ⇒ Types::TestSetExportSpecification
Specifications for the test set that is exported as a resource.
7597 7598 7599 7600 7601 7602 7603 7604 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7597 class ExportResourceSpecification < Struct.new( :bot_export_specification, :bot_locale_export_specification, :custom_vocabulary_export_specification, :test_set_export_specification) SENSITIVE = [] include Aws::Structure end |