Class: Aws::QConnect::Types::DeleteKnowledgeBaseRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_idString

The knowledge base to delete content from. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


4127
4128
4129
4130
4131
# File 'lib/aws-sdk-qconnect/types.rb', line 4127

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