Class: Aws::MailManager::Types::GetArchiveMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveMessageResponse
- 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
-
#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.
1518 1519 1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1518 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.
1518 1519 1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1518 class GetArchiveMessageResponse < Struct.new( :envelope, :message_download_link, :metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::Metadata
The metadata about the email.
1518 1519 1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1518 class GetArchiveMessageResponse < Struct.new( :envelope, :message_download_link, :metadata) SENSITIVE = [] include Aws::Structure end |