Class: Aws::Types::BotAliasHistoryEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


384
385
386
# File 'sig/types.rbs', line 384

def start_date
  @start_date
end