Class: Aws::LexModelsV2::Types::BuiltInSlotTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BuiltInSlotTypeSummary
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the built-in slot type.
-
#slot_type_signature ⇒ String
The signature of the built-in slot type.
Instance Attribute Details
#description ⇒ String
The description of the built-in slot type.
2933 2934 2935 2936 2937 2938 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2933 class BuiltInSlotTypeSummary < Struct.new( :slot_type_signature, :description) SENSITIVE = [] include Aws::Structure end |
#slot_type_signature ⇒ String
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
2933 2934 2935 2936 2937 2938 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2933 class BuiltInSlotTypeSummary < Struct.new( :slot_type_signature, :description) SENSITIVE = [] include Aws::Structure end |