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.
210 211 212 |
# File 'sig/types.rbs', line 210 def domain @domain end |
#inbox_placement_tracking_option ⇒ Types::InboxPlacementTrackingOption
Returns the value of attribute inbox_placement_tracking_option.
212 213 214 |
# File 'sig/types.rbs', line 212 def inbox_placement_tracking_option @inbox_placement_tracking_option end |
#subscription_start_date ⇒ ::Time
Returns the value of attribute subscription_start_date.
211 212 213 |
# File 'sig/types.rbs', line 211 def subscription_start_date @subscription_start_date end |