Class: Aws::MailManager::Types::GetArchiveExportRequest

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

Instance Attribute Details

#export_idString

The identifier of the export job to get details for.

Returns:

  • (String)


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