Class: Aws::MailManager::Types::StopArchiveExportRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#export_idString

The identifier of the export job to stop.

Returns:

  • (String)


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