Class: Aws::SESV2::Types::PutConfigurationSetArchivingOptionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#archive_arnString

The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email to.

Returns:

  • (String)


6068
6069
6070
6071
6072
6073
# File 'lib/aws-sdk-sesv2/types.rb', line 6068

class PutConfigurationSetArchivingOptionsRequest < Struct.new(
  :configuration_set_name,
  :archive_arn)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the configuration set to associate with a MailManager archive.

Returns:

  • (String)


6068
6069
6070
6071
6072
6073
# File 'lib/aws-sdk-sesv2/types.rb', line 6068

class PutConfigurationSetArchivingOptionsRequest < Struct.new(
  :configuration_set_name,
  :archive_arn)
  SENSITIVE = []
  include Aws::Structure
end