Class: Aws::LexModelsV2::Types::BotLocaleHistoryEvent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::BotLocaleHistoryEvent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Provides information about an event that occurred affecting the bot locale.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the event that occurred.
 - 
  
    
      #event_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp of the date and time that the event occurred.
 
Instance Attribute Details
#event ⇒ String
A description of the event that occurred.
      2267 2268 2269 2270 2271 2272  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2267 class BotLocaleHistoryEvent < Struct.new( :event, :event_date) SENSITIVE = [] include Aws::Structure end  | 
  
#event_date ⇒ Time
A timestamp of the date and time that the event occurred.
      2267 2268 2269 2270 2271 2272  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2267 class BotLocaleHistoryEvent < Struct.new( :event, :event_date) SENSITIVE = [] include Aws::Structure end  |