Class: Aws::MailManager::Types::GetArchiveExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveExportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The response containing details of the specified archive export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_id ⇒ String
The identifier of the archive the email export was performed from.
-
#export_destination_configuration ⇒ Types::ExportDestinationConfiguration
Where the exported emails are being delivered.
-
#filters ⇒ Types::ArchiveFilters
The criteria used to filter emails included in the export.
-
#from_timestamp ⇒ Time
The start of the timestamp range the exported emails cover.
-
#max_results ⇒ Integer
The maximum number of email items included in the export.
-
#status ⇒ Types::ExportStatus
The current status of the export job.
-
#to_timestamp ⇒ Time
The end of the date range the exported emails cover.
Instance Attribute Details
#archive_id ⇒ String
The identifier of the archive the email export was performed from.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1142 class GetArchiveExportResponse < Struct.new( :archive_id, :export_destination_configuration, :filters, :from_timestamp, :max_results, :status, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#export_destination_configuration ⇒ Types::ExportDestinationConfiguration
Where the exported emails are being delivered.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1142 class GetArchiveExportResponse < Struct.new( :archive_id, :export_destination_configuration, :filters, :from_timestamp, :max_results, :status, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ArchiveFilters
The criteria used to filter emails included in the export.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1142 class GetArchiveExportResponse < Struct.new( :archive_id, :export_destination_configuration, :filters, :from_timestamp, :max_results, :status, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#from_timestamp ⇒ Time
The start of the timestamp range the exported emails cover.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1142 class GetArchiveExportResponse < Struct.new( :archive_id, :export_destination_configuration, :filters, :from_timestamp, :max_results, :status, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of email items included in the export.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1142 class GetArchiveExportResponse < Struct.new( :archive_id, :export_destination_configuration, :filters, :from_timestamp, :max_results, :status, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ExportStatus
The current status of the export job.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1142 class GetArchiveExportResponse < Struct.new( :archive_id, :export_destination_configuration, :filters, :from_timestamp, :max_results, :status, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#to_timestamp ⇒ Time
The end of the date range the exported emails cover.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1142 class GetArchiveExportResponse < Struct.new( :archive_id, :export_destination_configuration, :filters, :from_timestamp, :max_results, :status, :to_timestamp) SENSITIVE = [] include Aws::Structure end |