Class: Aws::SESV2::Types::ImportDataSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

An object that contains details about the data source of the import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_formatString

The data format of the import job's data source.

Returns:

  • (String)


3792
3793
3794
3795
3796
3797
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3792

class ImportDataSource < Struct.new(
  :s3_url,
  :data_format)
  SENSITIVE = []
  include Aws::Structure
end

#s3_urlString

An Amazon S3 URL in the format s3://<bucket_name>/<object>.

Returns:

  • (String)


3792
3793
3794
3795
3796
3797
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3792

class ImportDataSource < Struct.new(
  :s3_url,
  :data_format)
  SENSITIVE = []
  include Aws::Structure
end