Class: Aws::SESV2::Types::PutConfigurationSetTrackingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PutConfigurationSetTrackingOptionsRequest
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#configuration_set_name ⇒ String
The name of the configuration set.
-
#custom_redirect_domain ⇒ String
The domain to use to track open and click events.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set.
5600 5601 5602 5603 5604 5605 |
# File 'lib/aws-sdk-sesv2/types.rb', line 5600 class PutConfigurationSetTrackingOptionsRequest < Struct.new( :configuration_set_name, :custom_redirect_domain) SENSITIVE = [] include Aws::Structure end |
#custom_redirect_domain ⇒ String
The domain to use to track open and click events.
5600 5601 5602 5603 5604 5605 |
# File 'lib/aws-sdk-sesv2/types.rb', line 5600 class PutConfigurationSetTrackingOptionsRequest < Struct.new( :configuration_set_name, :custom_redirect_domain) SENSITIVE = [] include Aws::Structure end |