Class: Aws::SESV2::Types::PutConfigurationSetTrackingOptionsRequest

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

Overview

A request to add a custom domain for tracking open and click events to 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)


5545
5546
5547
5548
5549
5550
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5545

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

#custom_redirect_domainString

The domain to use to track open and click events.

Returns:

  • (String)


5545
5546
5547
5548
5549
5550
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5545

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