Class: Aws::ConnectWisdomService::Types::StartImportJobResponse

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_jobTypes::ImportJobData

The import job.



3629
3630
3631
3632
3633
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 3629

class StartImportJobResponse < Struct.new(
  :import_job)
  SENSITIVE = []
  include Aws::Structure
end