Class: Aws::SESV2::Types::ArchivingOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ArchivingOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Used to associate a configuration set with a MailManager archive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_arn ⇒ String
The Amazon Resource Name (ARN) of the MailManager archive where the Amazon SES API v2 will archive sent emails.
Instance Attribute Details
#archive_arn ⇒ String
The Amazon Resource Name (ARN) of the MailManager archive where the Amazon SES API v2 will archive sent emails.
84 85 86 87 88 |
# File 'lib/aws-sdk-sesv2/types.rb', line 84 class ArchivingOptions < Struct.new( :archive_arn) SENSITIVE = [] include Aws::Structure end |