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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/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)


1159
1160
1161
1162
1163
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1159

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