Class: Aws::MailManager::Types::GetArchiveRequest

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

Overview

The request to retrieve details of an email archive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_idString

The identifier of the archive to retrieve.

Returns:

  • (String)


1232
1233
1234
1235
1236
# File 'lib/aws-sdk-mailmanager/types.rb', line 1232

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