Class: Aws::MailManager::Types::StartArchiveExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::StartArchiveExportResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The response from initiating an archive export.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_id ⇒ String
The unique identifier for the initiated export job.
Instance Attribute Details
#export_id ⇒ String
The unique identifier for the initiated export job.
4318 4319 4320 4321 4322 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4318 class StartArchiveExportResponse < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end |