Class: Aws::ConnectWisdomService::Types::StartImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::StartImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/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.
3629 3630 3631 3632 3633 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3629 class StartImportJobResponse < Struct.new( :import_job) SENSITIVE = [] include Aws::Structure end |