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
- Struct
- Aws::SESV2::Types::ImportDataSource
- 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
-
#data_format ⇒ String
The data format of the import job\'s data source.
-
#s3_url ⇒ String
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
Instance Attribute Details
#data_format ⇒ String
The data format of the import job\'s data source.
Possible values:
- CSV
- JSON
#s3_url ⇒ String
An Amazon S3 URL in the format s3://<bucket_name>/<object>.