Class: Aws::BedrockAgent::Types::KnowledgeBaseSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

Description of the Resource.

Returns:

  • (String)


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_idString

Identifier for a resource.

Returns:

  • (String)


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

#nameString

Name for a resource.

Returns:

  • (String)


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

#statusString

The status of a knowledge base.

Returns:

  • (String)


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_atTime

Time Stamp.

Returns:

  • (Time)


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