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.



1543
1544
1545
1546
1547
# File 'lib/aws-sdk-mailmanager/types.rb', line 1543

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