Class: Aws::MailManager::Types::UpdateArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::UpdateArchiveRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The request to update properties of an existing email archive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_id ⇒ String
The identifier of the archive to update.
-
#archive_name ⇒ String
A new, unique name for the archive.
-
#retention ⇒ Types::ArchiveRetention
A new retention period for emails in the archive.
Instance Attribute Details
#archive_id ⇒ String
The identifier of the archive to update.
4747 4748 4749 4750 4751 4752 4753 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4747 class UpdateArchiveRequest < Struct.new( :archive_id, :archive_name, :retention) SENSITIVE = [] include Aws::Structure end |
#archive_name ⇒ String
A new, unique name for the archive.
4747 4748 4749 4750 4751 4752 4753 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4747 class UpdateArchiveRequest < Struct.new( :archive_id, :archive_name, :retention) SENSITIVE = [] include Aws::Structure end |
#retention ⇒ Types::ArchiveRetention
A new retention period for emails in the archive.
4747 4748 4749 4750 4751 4752 4753 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4747 class UpdateArchiveRequest < Struct.new( :archive_id, :archive_name, :retention) SENSITIVE = [] include Aws::Structure end |