Class: Aws::ConnectWisdomService::Types::GetImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetImportJobResponse
- 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.
1467 1468 1469 1470 1471 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1467 class GetImportJobResponse < Struct.new( :import_job) SENSITIVE = [] include Aws::Structure end |