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.



4021
4022
4023
4024
4025
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4021

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