Class: Aws::LexModelsV2::Types::CustomVocabularyEntryId
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CustomVocabularyEntryId
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
The unique entry identifier for the custom vocabulary items.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#item_id ⇒ String
The unique item identifier for the custom vocabulary items.
Instance Attribute Details
#item_id ⇒ String
The unique item identifier for the custom vocabulary items.
4730 4731 4732 4733 4734 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4730 class CustomVocabularyEntryId < Struct.new( :item_id) SENSITIVE = [] include Aws::Structure end |