Class: Aws::LexModelsV2::Types::DescribeCustomVocabularyMetadataResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::DescribeCustomVocabularyMetadataResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the bot that contains the custom vocabulary.
 - 
  
    
      #bot_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the bot that contains the custom vocabulary to describe.
 - 
  
    
      #creation_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the custom vocabulary was created.
 - 
  
    
      #custom_vocabulary_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the custom vocabulary.
 - 
  
    
      #last_updated_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the custom vocabulary was last updated.
 - 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The locale that contains the custom vocabulary to describe.
 
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot that contains the custom vocabulary.
      6305 6306 6307 6308 6309 6310 6311 6312 6313 6314  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6305 class DescribeCustomVocabularyMetadataResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#bot_version ⇒ String
The version of the bot that contains the custom vocabulary to describe.
      6305 6306 6307 6308 6309 6310 6311 6312 6313 6314  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6305 class DescribeCustomVocabularyMetadataResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date_time ⇒ Time
The date and time that the custom vocabulary was created.
      6305 6306 6307 6308 6309 6310 6311 6312 6313 6314  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6305 class DescribeCustomVocabularyMetadataResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#custom_vocabulary_status ⇒ String
The status of the custom vocabulary. If the status is ‘Ready` the custom vocabulary is ready to use.
      6305 6306 6307 6308 6309 6310 6311 6312 6313 6314  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6305 class DescribeCustomVocabularyMetadataResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_date_time ⇒ Time
The date and time that the custom vocabulary was last updated.
      6305 6306 6307 6308 6309 6310 6311 6312 6313 6314  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6305 class DescribeCustomVocabularyMetadataResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#locale_id ⇒ String
The locale that contains the custom vocabulary to describe.
      6305 6306 6307 6308 6309 6310 6311 6312 6313 6314  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6305 class DescribeCustomVocabularyMetadataResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  |