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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_jobTypes::ImportJobData

The import job.



11123
11124
11125
11126
11127
# File 'lib/aws-sdk-qconnect/types.rb', line 11123

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