Class: Aws::LexModelsV2::Types::GrammarSlotTypeSetting

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceTypes::GrammarSlotTypeSource

The source of the grammar used to create the slot type.



7776
7777
7778
7779
7780
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7776

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