Class: Aws::Types::KnowledgeBaseAssociationData
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseAssociationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
Instance Attribute Details
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def knowledge_base_id @knowledge_base_id end |