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)


1675
1676
1677
1678
1679
1680
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1675

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)


1675
1676
1677
1678
1679
1680
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1675

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