Class: Aws::MailManager::Types::StopArchiveExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::StopArchiveExportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The request to stop an in-progress archive export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_id ⇒ String
The identifier of the export job to stop.
Instance Attribute Details
#export_id ⇒ String
The identifier of the export job to stop.
3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3456 class StopArchiveExportRequest < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end |