Class: Aws::Types::DomainDeliverabilityTrackingOption
- Inherits:
-
Object
- Object
- Aws::Types::DomainDeliverabilityTrackingOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#inbox_placement_tracking_option ⇒ Types::InboxPlacementTrackingOption
Returns the value of attribute inbox_placement_tracking_option.
-
#subscription_start_date ⇒ ::Time
Returns the value of attribute subscription_start_date.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
597 598 599 |
# File 'sig/types.rbs', line 597 def domain @domain end |
#inbox_placement_tracking_option ⇒ Types::InboxPlacementTrackingOption
Returns the value of attribute inbox_placement_tracking_option.
599 600 601 |
# File 'sig/types.rbs', line 599 def inbox_placement_tracking_option @inbox_placement_tracking_option end |
#subscription_start_date ⇒ ::Time
Returns the value of attribute subscription_start_date.
598 599 600 |
# File 'sig/types.rbs', line 598 def subscription_start_date @subscription_start_date end |