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_arn ⇒ String

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

Returns:

  • (String)


6235
6236
6237
6238
6239
6240
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6235

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

#knowledge_base_id ⇒ String

The identifier of the knowledge base.

Returns:

  • (String)


6235
6236
6237
6238
6239
6240
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6235

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