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

Identifier for a resource.

Returns:

  • (String)


1415
1416
1417
1418
1419
1420
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1415

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

#statusString

The status of a knowledge base.

Returns:

  • (String)


1415
1416
1417
1418
1419
1420
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1415

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