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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/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:



1584
1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1584

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

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

Returns:

  • (String)


1584
1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1584

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

#metadataTypes::Metadata

The metadata about the email.

Returns:



1584
1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1584

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