Class: Aws::PinpointEmail::Types::PutConfigurationSetTrackingOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/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 that you want to add a custom tracking domain to.

Returns:

  • (String)


2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2454

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

#custom_redirect_domainString

The domain that you want to use to track open and click events.

Returns:

  • (String)


2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2454

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