Class: Aws::MailManager::Types::UpdateArchiveRequest

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

Instance Attribute Details

#archive_idString

The identifier of the archive to update.

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3574

class UpdateArchiveRequest < Struct.new(
  :archive_id,
  :archive_name,
  :retention)
  SENSITIVE = []
  include Aws::Structure
end

#archive_nameString

A new, unique name for the archive.

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3574

class UpdateArchiveRequest < Struct.new(
  :archive_id,
  :archive_name,
  :retention)
  SENSITIVE = []
  include Aws::Structure
end

#retentionTypes::ArchiveRetention

A new retention period for emails in the archive.



3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3574

class UpdateArchiveRequest < Struct.new(
  :archive_id,
  :archive_name,
  :retention)
  SENSITIVE = []
  include Aws::Structure
end