Class: Aws::ConnectWisdomService::Types::RemoveKnowledgeBaseTemplateUriRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::RemoveKnowledgeBaseTemplateUriRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
Instance Attribute Details
#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. Can be either the ID or the ARN. URLs cannot contain the ARN.
3092 3093 3094 3095 3096 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3092 class RemoveKnowledgeBaseTemplateUriRequest < Struct.new( :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |