Class: Aws::LexModelsV2::Types::ExternalSourceSetting

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

Overview

Provides information about the external source of the slot type's definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grammar_slot_type_settingTypes::GrammarSlotTypeSetting

Settings required for a slot type based on a grammar that you provide.



7434
7435
7436
7437
7438
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7434

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