Class: Aws::BedrockAgent::Types::DeleteKnowledgeBaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteKnowledgeBaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
Identifier for a resource.
-
#status ⇒ String
The status of a knowledge base.
Instance Attribute Details
#knowledge_base_id ⇒ String
Identifier for a resource.
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 |
#status ⇒ String
The status of a knowledge base.
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 |