Class: Aws::MailManager::Types::StartArchiveExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::StartArchiveExportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The request to initiate an export of emails from an archive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_id ⇒ String
The identifier of the archive to export emails from.
-
#export_destination_configuration ⇒ Types::ExportDestinationConfiguration
Details on where to deliver the exported email data.
-
#filters ⇒ Types::ArchiveFilters
Criteria to filter which emails are included in the export.
-
#from_timestamp ⇒ Time
The start of the timestamp range to include emails from.
-
#include_metadata ⇒ Boolean
Whether to include message metadata as JSON files in the export.
-
#max_results ⇒ Integer
The maximum number of email items to include in the export.
-
#to_timestamp ⇒ Time
The end of the timestamp range to include emails from.
Instance Attribute Details
#archive_id ⇒ String
The identifier of the archive to export emails from.
4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298 class StartArchiveExportRequest < Struct.new( :archive_id, :filters, :from_timestamp, :to_timestamp, :max_results, :export_destination_configuration, :include_metadata) SENSITIVE = [] include Aws::Structure end |
#export_destination_configuration ⇒ Types::ExportDestinationConfiguration
Details on where to deliver the exported email data.
4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298 class StartArchiveExportRequest < Struct.new( :archive_id, :filters, :from_timestamp, :to_timestamp, :max_results, :export_destination_configuration, :include_metadata) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ArchiveFilters
Criteria to filter which emails are included in the export.
4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298 class StartArchiveExportRequest < Struct.new( :archive_id, :filters, :from_timestamp, :to_timestamp, :max_results, :export_destination_configuration, :include_metadata) SENSITIVE = [] include Aws::Structure end |
#from_timestamp ⇒ Time
The start of the timestamp range to include emails from.
4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298 class StartArchiveExportRequest < Struct.new( :archive_id, :filters, :from_timestamp, :to_timestamp, :max_results, :export_destination_configuration, :include_metadata) SENSITIVE = [] include Aws::Structure end |
#include_metadata ⇒ Boolean
Whether to include message metadata as JSON files in the export.
4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298 class StartArchiveExportRequest < Struct.new( :archive_id, :filters, :from_timestamp, :to_timestamp, :max_results, :export_destination_configuration, :include_metadata) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of email items to include in the export.
4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298 class StartArchiveExportRequest < Struct.new( :archive_id, :filters, :from_timestamp, :to_timestamp, :max_results, :export_destination_configuration, :include_metadata) SENSITIVE = [] include Aws::Structure end |
#to_timestamp ⇒ Time
The end of the timestamp range to include emails from.
4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298 class StartArchiveExportRequest < Struct.new( :archive_id, :filters, :from_timestamp, :to_timestamp, :max_results, :export_destination_configuration, :include_metadata) SENSITIVE = [] include Aws::Structure end |