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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-sesv2/types.rb', line 3816

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

#s3_urlString

An Amazon S3 URL in the format s3://*&lt;bucket_name&gt;/&lt;object&gt;*.

Returns:

  • (String)


3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-sesv2/types.rb', line 3816

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