Class: Aws::LexModelBuildingService::Types::SlotTypeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::SlotTypeConfiguration
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides configuration information for a slot type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#regex_configuration ⇒ Types::SlotTypeRegexConfiguration
A regular expression used to validate the value of a slot.
Instance Attribute Details
#regex_configuration ⇒ Types::SlotTypeRegexConfiguration
A regular expression used to validate the value of a slot.
4134 4135 4136 4137 4138 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4134 class SlotTypeConfiguration < Struct.new( :regex_configuration) SENSITIVE = [] include Aws::Structure end |