Class: Aws::MailManager::Types::GetArchiveMessageRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The request to get details 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)


1130
1131
1132
1133
1134
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1130

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