Class: Aws::SESV2::Types::ImportDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ImportDataSource
- 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
-
#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.
3855 3856 3857 3858 3859 3860 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3855 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>*.
3855 3856 3857 3858 3859 3860 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3855 class ImportDataSource < Struct.new( :s3_url, :data_format) SENSITIVE = [] include Aws::Structure end |