Class: Aws::LexModelsV2::Types::GrammarSlotTypeSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::GrammarSlotTypeSetting
- Includes:
- Structure
- Defined in:
- 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
-
#source ⇒ Types::GrammarSlotTypeSource
The source of the grammar used to create the slot type.
Instance Attribute Details
#source ⇒ Types::GrammarSlotTypeSource
The source of the grammar used to create the slot type.
7849 7850 7851 7852 7853 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7849 class GrammarSlotTypeSetting < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |