Class: Aws::ConnectWisdomService::Types::DeleteImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::DeleteImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_job_id ⇒ String
The identifier of the import job to be deleted.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
Instance Attribute Details
#import_job_id ⇒ String
The identifier of the import job to be deleted.
1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1183 class DeleteImportJobRequest < Struct.new( :import_job_id, :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.
1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1183 class DeleteImportJobRequest < Struct.new( :import_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |