Class: Aws::QConnect::Types::GetImportJobResponse

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.



1669
1670
1671
1672
1673
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1669

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