Class: Aws::MailManager::Types::GetArchiveMessageResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mailmanager/types.rb

Overview

The response containing details about the requested archived email message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#envelopeTypes::Envelope

The SMTP envelope information of the email.

Returns:



1216
1217
1218
1219
1220
1221
1222
# File 'lib/aws-sdk-mailmanager/types.rb', line 1216

class GetArchiveMessageResponse < Struct.new(
  :envelope,
  :message_download_link,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

A pre-signed URL to temporarily download the full message content.

Returns:

  • (String)


1216
1217
1218
1219
1220
1221
1222
# File 'lib/aws-sdk-mailmanager/types.rb', line 1216

class GetArchiveMessageResponse < Struct.new(
  :envelope,
  :message_download_link,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::Metadata

The metadata about the email.

Returns:



1216
1217
1218
1219
1220
1221
1222
# File 'lib/aws-sdk-mailmanager/types.rb', line 1216

class GetArchiveMessageResponse < Struct.new(
  :envelope,
  :message_download_link,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end