Class: Aws::SESV2::Types::PutConfigurationSetArchivingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PutConfigurationSetArchivingOptionsRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
A request 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 that the Amazon SES API v2 sends email to.
-
#configuration_set_name ⇒ String
The name of the configuration set to associate with a MailManager archive.
Instance Attribute Details
#archive_arn ⇒ String
The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email to.
6531 6532 6533 6534 6535 6536 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6531 class PutConfigurationSetArchivingOptionsRequest < Struct.new( :configuration_set_name, :archive_arn) SENSITIVE = [] include Aws::Structure end |
#configuration_set_name ⇒ String
The name of the configuration set to associate with a MailManager archive.
6531 6532 6533 6534 6535 6536 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6531 class PutConfigurationSetArchivingOptionsRequest < Struct.new( :configuration_set_name, :archive_arn) SENSITIVE = [] include Aws::Structure end |