Class: Aws::MailManager::Types::ExportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ExportSummary
- 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
-
#export_id ⇒ String
The unique identifier of the export job.
-
#status ⇒ Types::ExportStatus
The current status of the export job.
Instance Attribute Details
#export_id ⇒ String
The unique identifier of the export job.
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 |
#status ⇒ Types::ExportStatus
The current status of the export job.
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 |