Class: Aws::SES::Types::UpdateConfigurationSetTrackingOptionsRequest

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

Overview

Represents a request to update the tracking options for a configuration set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set.

Returns:

  • (String)


5116
5117
5118
5119
5120
5121
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5116

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

#tracking_optionsTypes::TrackingOptions

A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.

For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.



5116
5117
5118
5119
5120
5121
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5116

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