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)


4396
4397
4398
4399
4400
# File 'lib/aws-sdk-mailmanager/types.rb', line 4396

class StopArchiveExportRequest < Struct.new(
  :export_id)
  SENSITIVE = []
  include Aws::Structure
end