Class: Aws::QConnect::Types::KnowledgeBaseAssociationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::KnowledgeBaseAssociationData
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/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.
5441 5442 5443 5444 5445 5446 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5441 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.
5441 5442 5443 5444 5445 5446 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5441 class KnowledgeBaseAssociationData < Struct.new( :knowledge_base_arn, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |