Class: Aws::ConnectWisdomService::Types::KnowledgeBaseAssociationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::KnowledgeBaseAssociationData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Association information about the knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
Instance Attribute Details
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1839 class KnowledgeBaseAssociationData < Struct.new( :knowledge_base_arn, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you’re storing Wisdom Content resource to it.
1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1839 class KnowledgeBaseAssociationData < Struct.new( :knowledge_base_arn, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |