Class: Aws::QConnect::Types::ImportJobData

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

Overview

Summary information about the import job.

Constant Summary collapse

SENSITIVE =
[:url, :failed_record_report]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The timestamp when the import job was created.

Returns:

  • (Time)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#external_source_configurationTypes::ExternalSourceConfiguration

The configuration information of the external data source.



5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#failed_record_reportString

The link to download the information of resource data that failed to be imported.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#import_job_idString

The identifier of the import job.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#import_job_typeString

The type of the import job.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the import job data was last modified.

Returns:

  • (Time)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#metadataHash<String,String>

The metadata fields of the imported Amazon Q in Connect resources.

Returns:

  • (Hash<String,String>)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#statusString

The status of the import job.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#upload_idString

A pointer to the uploaded asset. This value is returned by [StartContentUpload].

[1]: docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#urlString

The download link to the resource file that is uploaded to the import job.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end

#url_expiryTime

The expiration time of the URL as an epoch timestamp.

Returns:

  • (Time)


5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/aws-sdk-qconnect/types.rb', line 5935

class ImportJobData < Struct.new(
  :import_job_id,
  :knowledge_base_id,
  :upload_id,
  :knowledge_base_arn,
  :import_job_type,
  :status,
  :url,
  :failed_record_report,
  :url_expiry,
  :created_time,
  :last_modified_time,
  :metadata,
  :external_source_configuration)
  SENSITIVE = [:url, :failed_record_report]
  include Aws::Structure
end