Class: Aws::LexModelsV2::Types::BotLocaleHistoryEvent

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

Instance Attribute Details

#eventString

A description of the event that occurred.

Returns:

  • (String)


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_dateTime

A timestamp of the date and time that the event occurred.

Returns:

  • (Time)


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