Class: Aws::BedrockAgent::Types::DeleteKnowledgeBaseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_idString

The unique identifier of the knowledge base to delete.

Returns:

  • (String)


1636
1637
1638
1639
1640
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1636

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