Class: Aws::MailManager::Types::ArchiveAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The action to archive the email by delivering the email to an Amazon SES archive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_failure_policyString

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.

Returns:

  • (String)


183
184
185
186
187
188
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 183

class ArchiveAction < Struct.new(
  :action_failure_policy,
  :target_archive)
  SENSITIVE = []
  include Aws::Structure
end

#target_archiveString

The identifier of the archive to send the email to.

Returns:

  • (String)


183
184
185
186
187
188
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 183

class ArchiveAction < Struct.new(
  :action_failure_policy,
  :target_archive)
  SENSITIVE = []
  include Aws::Structure
end