You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ImportDataSource as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_url: "S3Url", # required
  data_format: "CSV", # required, accepts CSV, JSON
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_formatString

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

Possible values:

  • CSV
  • JSON

Returns:

  • (String)

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

#s3_urlString

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

Returns:

  • (String)

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