Class: Aws::Types::TrackingConfigurationOverrides
- Inherits:
-
Object
- Object
- Aws::Types::TrackingConfigurationOverrides
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#click_tracking_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute click_tracking_enabled.
-
#open_tracking_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute open_tracking_enabled.
Instance Attribute Details
#click_tracking_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute click_tracking_enabled.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def click_tracking_enabled @click_tracking_enabled end |
#open_tracking_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute open_tracking_enabled.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def open_tracking_enabled @open_tracking_enabled end |