Class: Aws::SESV2::Types::ConfigurationOverrides

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

Overview

An object that overrides settings for a single email sending request. An override applies only to the message or messages in the request that contains it. It doesn't change your account-level settings, and it doesn't change the configuration set that the request uses.

A setting that you don't override keeps the value that would otherwise apply to the message. Depending on the setting, that value comes from the configuration set that the message uses, from your account-level settings, or from the Amazon SES default.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trackingTypes::TrackingConfigurationOverrides

An object that overrides the open and click tracking settings that would otherwise apply to the message.



643
644
645
646
647
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 643

class ConfigurationOverrides < Struct.new(
  :tracking)
  SENSITIVE = []
  include Aws::Structure
end