Class: Aws::ConnectWisdomService::Types::ContentReference

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb

Overview

Reference information about the content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_arnString

The Amazon Resource Name (ARN) of the content.

Returns:

  • (String)


558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 558

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

#content_idString

The identifier of the content.

Returns:

  • (String)


558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 558

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

#knowledge_base_arnString

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

Returns:

  • (String)


558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 558

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

#knowledge_base_idString

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.

Returns:

  • (String)


558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 558

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