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.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def click_tracking_enabled @click_tracking_enabled end |
#open_tracking_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute open_tracking_enabled.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def open_tracking_enabled @open_tracking_enabled end |