Class: Aws::MailManager::Types::GetArchiveExportResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#archive_idString

The identifier of the archive the email export was performed from.

Returns:

  • (String)


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_configurationTypes::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

#filtersTypes::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_timestampTime

The start of the timestamp range the exported emails cover.

Returns:

  • (Time)


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_resultsInteger

The maximum number of email items included in the export.

Returns:

  • (Integer)


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

#statusTypes::ExportStatus

The current status of the export job.

Returns:



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_timestampTime

The end of the date range the exported emails cover.

Returns:

  • (Time)


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