Class: Aws::ConnectWisdomService::Types::GetImportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/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)


1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-connectwisdomservice/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_idString

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

Returns:

  • (String)


1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1454

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