Class: Aws::BedrockAgent::Types::DeleteKnowledgeBaseResponse

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 that was deleted.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1749

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

#statusString

The status of the knowledge base and whether it has been successfully deleted.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1749

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