Class: Aws::MailManager::Types::ArchiveAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ArchiveAction
- 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
-
#action_failure_policy ⇒ String
A policy that states what to do in the case of failure.
-
#target_archive ⇒ String
The identifier of the archive to send the email to.
Instance Attribute Details
#action_failure_policy ⇒ String
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.
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_archive ⇒ String
The identifier of the archive to send the email to.
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 |