Class: Aws::ConnectWisdomService::Types::ImportJobData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ImportJobData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Summary information about the import job.
Constant Summary collapse
- SENSITIVE =
[:failed_record_report, :url]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The timestamp when the import job was created.
-
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
The configuration information of the external data source.
-
#failed_record_report ⇒ String
The link to donwload the information of resource data that failed to be imported.
-
#import_job_id ⇒ String
The identifier of the import job.
-
#import_job_type ⇒ String
The type of the import job.
-
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#last_modified_time ⇒ Time
The timestamp when the import job data was last modified.
-
#metadata ⇒ Hash<String,String>
The metadata fields of the imported Wisdom resources.
-
#status ⇒ String
The status of the import job.
-
#upload_id ⇒ String
A pointer to the uploaded asset.
-
#url ⇒ String
The download link to the resource file that is uploaded to the import job.
-
#url_expiry ⇒ Time
The expiration time of the URL as an epoch timestamp.
Instance Attribute Details
#created_time ⇒ Time
The timestamp when the import job was created.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
The configuration information of the external data source.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#failed_record_report ⇒ String
The link to donwload the information of resource data that failed to be imported.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#import_job_id ⇒ String
The identifier of the import job.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#import_job_type ⇒ String
The type of the import job.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] 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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when the import job data was last modified.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
The metadata fields of the imported Wisdom resources.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#status ⇒ String
The status of the import job.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#upload_id ⇒ String
A pointer to the uploaded asset. This value is returned by [StartContentUpload].
[1]: docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#url ⇒ String
The download link to the resource file that is uploaded to the import job.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |
#url_expiry ⇒ Time
The expiration time of the URL as an epoch timestamp.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1740 class ImportJobData < Struct.new( :created_time, :external_source_configuration, :failed_record_report, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id, :url, :url_expiry) SENSITIVE = [:failed_record_report, :url] include Aws::Structure end |