Class: Aws::MailManager::Types::ExportSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mailmanager/types.rb

Overview

Summary statuses of an archive export job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_idString

The unique identifier of the export job.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
# File 'lib/aws-sdk-mailmanager/types.rb', line 1015

class ExportSummary < Struct.new(
  :export_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ExportStatus

The current status of the export job.

Returns:



1015
1016
1017
1018
1019
1020
# File 'lib/aws-sdk-mailmanager/types.rb', line 1015

class ExportSummary < Struct.new(
  :export_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end