Class: Aws::MailManager::Types::GetArchiveMessageContentRequest

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

Instance Attribute Details

#archived_message_idString

The unique identifier of the archived email message.

Returns:

  • (String)


1100
1101
1102
1103
1104
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1100

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