Class: Aws::LexModelsV2::Types::BuiltInSlotTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BuiltInSlotTypeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides summary information about a built-in slot type for the [ ListBuiltInSlotTypes ][1] operation.
[1]: docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBuiltInSlotTypes.html
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 '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 'lib/aws-sdk-lexmodelsv2/types.rb', line 2933 class BuiltInSlotTypeSummary < Struct.new( :slot_type_signature, :description) SENSITIVE = [] include Aws::Structure end |