Class: Aws::LexModelBuildingService::Types::DeleteBotAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the bot that the alias points to.

Returns:

  • (String)


739
740
741
742
743
744
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 739

class DeleteBotAliasRequest < Struct.new(
  :name,
  :bot_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the alias to delete. The name is case sensitive.

Returns:

  • (String)


739
740
741
742
743
744
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 739

class DeleteBotAliasRequest < Struct.new(
  :name,
  :bot_name)
  SENSITIVE = []
  include Aws::Structure
end