Class: Aws::MailManager::Types::DeleteArchiveRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#archive_idString

The identifier of the archive to delete.

Returns:

  • (String)


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