Class: Aws::MailManager::Types::GetArchiveMessageContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveMessageContentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The response containing the textual content of the requested archived email message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ Types::MessageBody
The textual body content of the email message.
Instance Attribute Details
#body ⇒ Types::MessageBody
The textual body content of the email message.
1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1178 class GetArchiveMessageContentResponse < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |