Class: Aws::MailManager::Types::GetArchiveMessageContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveMessageContentRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The request to get the textual content of a specific email message stored in an archive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archived_message_id ⇒ String
The unique identifier of the archived email message.
Instance Attribute Details
#archived_message_id ⇒ String
The unique identifier of the archived email message.
1465 1466 1467 1468 1469 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1465 class GetArchiveMessageContentRequest < Struct.new( :archived_message_id) SENSITIVE = [] include Aws::Structure end |