Class: Aws::ConnectWisdomService::Types::DeleteKnowledgeBaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::DeleteKnowledgeBaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The knowledge base to delete content from.
Instance Attribute Details
#knowledge_base_id ⇒ String
The knowledge base to delete content from. Can be either the ID or the ARN. URLs cannot contain the ARN.
1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1201 class DeleteKnowledgeBaseRequest < Struct.new( :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |