Class: Aws::BedrockAgent::Types::KnowledgeBaseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::KnowledgeBaseSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Summary information of a knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Description of the Resource.
-
#knowledge_base_id ⇒ String
Identifier for a resource.
-
#name ⇒ String
Name for a resource.
-
#status ⇒ String
The status of a knowledge base.
-
#updated_at ⇒ Time
Time Stamp.
Instance Attribute Details
#description ⇒ String
Description of the Resource.
2067 2068 2069 2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2067 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
2067 2068 2069 2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2067 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name for a resource.
2067 2068 2069 2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2067 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a knowledge base.
2067 2068 2069 2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2067 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
2067 2068 2069 2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2067 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |