Class: Aws::Types::PutDeliverabilityDashboardOptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDeliverabilityDashboardOptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_enabled ⇒ Boolean
Returns the value of attribute dashboard_enabled.
-
#subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute subscribed_domains.
Instance Attribute Details
#dashboard_enabled ⇒ Boolean
Returns the value of attribute dashboard_enabled.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def dashboard_enabled @dashboard_enabled end |
#subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute subscribed_domains.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def subscribed_domains @subscribed_domains end |