Class: Aws::QConnect::Types::DeleteImportJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_job_idString

The identifier of the import job to be deleted.

Returns:

  • (String)


4109
4110
4111
4112
4113
4114
# File 'lib/aws-sdk-qconnect/types.rb', line 4109

class DeleteImportJobRequest < Struct.new(
  :knowledge_base_id,
  :import_job_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base.

Returns:

  • (String)


4109
4110
4111
4112
4113
4114
# File 'lib/aws-sdk-qconnect/types.rb', line 4109

class DeleteImportJobRequest < Struct.new(
  :knowledge_base_id,
  :import_job_id)
  SENSITIVE = []
  include Aws::Structure
end