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.
4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4462 class StartArchiveExportResponse < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end |