Class: Aws::Types::BotLocaleHistoryEvent
- Inherits:
-
Object
- Object
- Aws::Types::BotLocaleHistoryEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ ::String
Returns the value of attribute event.
-
#event_date ⇒ ::Time
Returns the value of attribute event_date.
Instance Attribute Details
#event ⇒ ::String
Returns the value of attribute event.
477 478 479 |
# File 'sig/types.rbs', line 477 def event @event end |
#event_date ⇒ ::Time
Returns the value of attribute event_date.
478 479 480 |
# File 'sig/types.rbs', line 478 def event_date @event_date end |