Class: Aws::MailManager::Types::GetArchiveExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveExportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The request to retrieve details of a specific archive export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_id ⇒ String
The identifier of the export job to get details for.
Instance Attribute Details
#export_id ⇒ String
The identifier of the export job to get details for.
1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1104 class GetArchiveExportRequest < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end |