Class: Aws::MailManager::Types::GetArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveRequest
- 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
-
#archive_id ⇒ String
The identifier of the archive to retrieve.
Instance Attribute Details
#archive_id ⇒ String
The identifier of the archive to retrieve.
1534 1535 1536 1537 1538 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1534 class GetArchiveRequest < Struct.new( :archive_id) SENSITIVE = [] include Aws::Structure end |