Class: Aws::Types::BotAliasHistoryEvent
- Inherits:
-
Object
- Object
- Aws::Types::BotAliasHistoryEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
383 384 385 |
# File 'sig/types.rbs', line 383 def bot_version @bot_version end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
385 386 387 |
# File 'sig/types.rbs', line 385 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
384 385 386 |
# File 'sig/types.rbs', line 384 def start_date @start_date end |