Class: Aws::LexModelsV2::Types::CustomVocabularyEntryId

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#item_idString

The unique item identifier for the custom vocabulary items.

Returns:

  • (String)


4657
4658
4659
4660
4661
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4657

class CustomVocabularyEntryId < Struct.new(
  :item_id)
  SENSITIVE = []
  include Aws::Structure
end