Class: Aws::QConnect::Types::GetImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_job ⇒ Types::ImportJobData
The import job.
Instance Attribute Details
#import_job ⇒ Types::ImportJobData
The import job.
5116 5117 5118 5119 5120 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5116 class GetImportJobResponse < Struct.new( :import_job) SENSITIVE = [] include Aws::Structure end |