Class: Aws::LexModelsV2::Types::BotAliasHistoryEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Provides a record of an event that affects a bot alias. For example, when the version of a bot that the alias points to changes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_versionString

The version of the bot that was used in the event.

Returns:

  • (String)


1886
1887
1888
1889
1890
1891
1892
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1886

class BotAliasHistoryEvent < Struct.new(
  :bot_version,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#end_dateTime

The date and time that the event ended.

Returns:

  • (Time)


1886
1887
1888
1889
1890
1891
1892
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1886

class BotAliasHistoryEvent < Struct.new(
  :bot_version,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The date and time that the event started.

Returns:

  • (Time)


1886
1887
1888
1889
1890
1891
1892
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1886

class BotAliasHistoryEvent < Struct.new(
  :bot_version,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end