Class: Aws::ConnectWisdomService::Types::GetImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_job_id ⇒ String
The identifier of the import job to retrieve.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base that the import job belongs to.
Instance Attribute Details
#import_job_id ⇒ String
The identifier of the import job to retrieve.
1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1454 class GetImportJobRequest < Struct.new( :import_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base that the import job belongs to.
1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1454 class GetImportJobRequest < Struct.new( :import_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |