Class: Aws::MailManager::Types::StartArchiveExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::StartArchiveExportResponse
- Includes:
- Structure
- Defined in:
- 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.
3394 3395 3396 3397 3398 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3394 class StartArchiveExportResponse < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end |