Class: Aws::LexModelsV2::Types::BotVersionSummary

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

Overview

Summary information about a bot version returned by the ListBotVersions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the bot associated with the version.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2675

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_statusString

The status of the bot. When the status is available, the version of the bot is ready for use.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2675

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2675

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

A timestamp of the date and time that the version was created.

Returns:

  • (Time)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2675

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the version.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2675

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end