Class: Aws::MailManager::Types::GetArchiveMessageContentResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bodyTypes::MessageBody

The textual body content of the email message.

Returns:



1115
1116
1117
1118
1119
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1115

class GetArchiveMessageContentResponse < Struct.new(
  :body)
  SENSITIVE = []
  include Aws::Structure
end