Class: Aws::QConnect::Types::GetImportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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 retrieve.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1656

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

#knowledge_base_idString

The identifier of the knowledge base that the import job belongs to.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1656

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