Class: Aws::PinpointEmail::Types::PutConfigurationSetTrackingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::PutConfigurationSetTrackingOptionsRequest
- Includes:
- Structure
- Defined in:
- 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
-
#configuration_set_name ⇒ String
The name of the configuration set that you want to add a custom tracking domain to.
-
#custom_redirect_domain ⇒ String
The domain that you want to use to track open and click events.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that you want to add a custom tracking domain to.
2454 2455 2456 2457 2458 2459 |
# File '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_domain ⇒ String
The domain that you want to use to track open and click events.
2454 2455 2456 2457 2458 2459 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 2454 class PutConfigurationSetTrackingOptionsRequest < Struct.new( :configuration_set_name, :custom_redirect_domain) SENSITIVE = [] include Aws::Structure end |