Class: Aws::Types::KnowledgeBase
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
Returns the value of attribute retrieval_configuration.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def knowledge_base_id @knowledge_base_id end |
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
Returns the value of attribute retrieval_configuration.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def retrieval_configuration @retrieval_configuration end |