Class: Aws::MailManager::Types::GetArchiveMessageContentResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MailManager::Types::GetArchiveMessageContentResponse
 
- Defined in:
- gems/aws-sdk-mailmanager/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.
| 1489 1490 1491 1492 1493 | # File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1489 class GetArchiveMessageContentResponse < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |