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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6095
6096
6097
6098
6099
6100
# File 'lib/aws-sdk-qconnect/types.rb', line 6095

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

#knowledge_base_idString

The identifier of the knowledge base.

Returns:

  • (String)


6095
6096
6097
6098
6099
6100
# File 'lib/aws-sdk-qconnect/types.rb', line 6095

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