Class: Aws::QConnect::Types::KnowledgeBaseAssociationData

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

Instance Attribute Details

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2035

class KnowledgeBaseAssociationData < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base.

Returns:

  • (String)


2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2035

class KnowledgeBaseAssociationData < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end