Class: Aws::MailManager::Types::GetArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveRequest
- 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
-
#archive_id ⇒ String
The identifier of the archive to retrieve.
Instance Attribute Details
#archive_id ⇒ String
The identifier of the archive to retrieve.
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 |