Class: Aws::SESV2::Types::CreateExportJobRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#export_data_sourceTypes::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_destinationTypes::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