Class: Aws::LexModelsV2::Types::DeleteBotVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot that is being deleted.

Returns:

  • (String)


5139
5140
5141
5142
5143
5144
5145
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5139

class DeleteBotVersionResponse < Struct.new(
  :bot_id,
  :bot_version,
  :bot_status)
  SENSITIVE = []
  include Aws::Structure
end

#bot_statusString

The current status of the bot.

Returns:

  • (String)


5139
5140
5141
5142
5143
5144
5145
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5139

class DeleteBotVersionResponse < Struct.new(
  :bot_id,
  :bot_version,
  :bot_status)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot that is being deleted.

Returns:

  • (String)


5139
5140
5141
5142
5143
5144
5145
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5139

class DeleteBotVersionResponse < Struct.new(
  :bot_id,
  :bot_version,
  :bot_status)
  SENSITIVE = []
  include Aws::Structure
end