Class: Aws::MailManager::Types::GetArchiveMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveMessageResponse
- 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
-
#envelope ⇒ Types::Envelope
The SMTP envelope information of the email.
-
#message_download_link ⇒ String
A pre-signed URL to temporarily download the full message content.
-
#metadata ⇒ Types::Metadata
The metadata about the email.
Instance Attribute Details
#envelope ⇒ Types::Envelope
The SMTP envelope information of the email.
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 |
#message_download_link ⇒ String
A pre-signed URL to temporarily download the full message content.
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 |
#metadata ⇒ Types::Metadata
The metadata about the email.
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 |