Class: Aws::MailManager::Types::StartArchiveExportResponse

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

Instance Attribute Details

#export_idString

The unique identifier for the initiated export job.

Returns:

  • (String)


3394
3395
3396
3397
3398
# File 'lib/aws-sdk-mailmanager/types.rb', line 3394

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