Class: Aws::LexModelBuildingService::Types::DeleteBotRequest

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

#nameString

The name of the bot. The name is case sensitive.

Returns:

  • (String)


775
776
777
778
779
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 775

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