Class: Aws::QConnect::Types::ImportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ImportJobSummary
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Summary information about the import job.
Constant Summary collapse
- SENSITIVE =
[]
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 source that the resource data are imported from.
-
#import_job_id ⇒ String
The identifier of the import job.
-
#import_job_type ⇒ String
The type of 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 was last modified.
-
#metadata ⇒ Hash<String,String>
The metadata fields of the imported Amazon Q in Connect resources.
-
#status ⇒ String
The status of the import job.
-
#upload_id ⇒ String
A pointer to the uploaded asset.
Instance Attribute Details
#created_time ⇒ Time
The timestamp when the import job was created.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
The configuration information of the external source that the resource data are imported from.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#import_job_id ⇒ String
The identifier of the import job.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#import_job_type ⇒ String
The type of import job.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when the import job was last modified.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
The metadata fields of the imported Amazon Q in Connect resources.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the import job.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
A pointer to the uploaded asset. This value is returned by StartContentUpload.
5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5370 class ImportJobSummary < Struct.new( :created_time, :external_source_configuration, :import_job_id, :import_job_type, :knowledge_base_arn, :knowledge_base_id, :last_modified_time, :metadata, :status, :upload_id) SENSITIVE = [] include Aws::Structure end |