Class: Aws::QConnect::Types::StartImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::StartImportJobResponse
- 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.
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 |