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.
609 610 611 |
# File 'sig/types.rbs', line 609 def dashboard_enabled @dashboard_enabled end |
#subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute subscribed_domains.
610 611 612 |
# File 'sig/types.rbs', line 610 def subscribed_domains @subscribed_domains end |