Class: Aws::MailManager::Types::DeleteArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::DeleteArchiveRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The request to initiate deletion of an email archive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_id ⇒ String
The identifier of the archive to delete.
Instance Attribute Details
#archive_id ⇒ String
The identifier of the archive to delete.
768 769 770 771 772 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 768 class DeleteArchiveRequest < Struct.new( :archive_id) SENSITIVE = [] include Aws::Structure end |