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.



7507
7508
7509
7510
7511
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7507

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