Class: Aws::SESV2::Types::ImportDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ImportDataSource
- 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
-
#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.
4251 4252 4253 4254 4255 4256 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4251 class ImportDataSource < Struct.new( :s3_url, :data_format) SENSITIVE = [] include Aws::Structure end |
#s3_url ⇒ String
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
4251 4252 4253 4254 4255 4256 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4251 class ImportDataSource < Struct.new( :s3_url, :data_format) SENSITIVE = [] include Aws::Structure end |