Class: Aws::ConnectWisdomService::Types::ContentReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ContentReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Reference information about the content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_arn ⇒ String
The Amazon Resource Name (ARN) of the content.
-
#content_id ⇒ String
The identifier of the content.
-
#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
#content_arn ⇒ String
The Amazon Resource Name (ARN) of the content.
558 559 560 561 562 563 564 565 |
# File '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_id ⇒ String
The identifier of the content.
558 559 560 561 562 563 564 565 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
558 559 560 561 562 563 564 565 |
# File '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_id ⇒ String
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.
558 559 560 561 562 563 564 565 |
# File '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 |