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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/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)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1453

class GetArchiveExportResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#export_destination_configurationTypes::ExportDestinationConfiguration

Where the exported emails are being delivered.



1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1453

class GetArchiveExportResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ArchiveFilters

The criteria used to filter emails included in the export.



1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1453

class GetArchiveExportResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#from_timestampTime

The start of the timestamp range the exported emails cover.

Returns:

  • (Time)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1453

class GetArchiveExportResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of email items included in the export.

Returns:

  • (Integer)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1453

class GetArchiveExportResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ExportStatus

The current status of the export job.

Returns:



1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1453

class GetArchiveExportResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#to_timestampTime

The end of the date range the exported emails cover.

Returns:

  • (Time)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1453

class GetArchiveExportResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :status)
  SENSITIVE = []
  include Aws::Structure
end