Class: Aws::QConnect::Types::StartImportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_jobTypes::ImportJobData

The import job.



11141
11142
11143
11144
11145
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11141

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