Class: Aws::SESV2::Types::CreateExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateExportJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to create an export job from a data source to a data destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_data_source ⇒ Types::ExportDataSource
The data source for the export job.
-
#export_destination ⇒ Types::ExportDestination
The destination for the export job.
Instance Attribute Details
#export_data_source ⇒ Types::ExportDataSource
The data source for the export job.
1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1156 class CreateExportJobRequest < Struct.new( :export_data_source, :export_destination) SENSITIVE = [] include Aws::Structure end |
#export_destination ⇒ Types::ExportDestination
The destination for the export job.
1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1156 class CreateExportJobRequest < Struct.new( :export_data_source, :export_destination) SENSITIVE = [] include Aws::Structure end |