Class: Aws::SESV2::Types::CreateImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateImportJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to create an import job from a data source for a data destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_data_source ⇒ Types::ImportDataSource
The data source for the import job.
-
#import_destination ⇒ Types::ImportDestination
The destination for the import job.
Instance Attribute Details
#import_data_source ⇒ Types::ImportDataSource
The data source for the import job.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1191 class CreateImportJobRequest < Struct.new( :import_destination, :import_data_source) SENSITIVE = [] include Aws::Structure end |
#import_destination ⇒ Types::ImportDestination
The destination for the import job.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1191 class CreateImportJobRequest < Struct.new( :import_destination, :import_data_source) SENSITIVE = [] include Aws::Structure end |