Class: Aws::Types::GetDeliverabilityDashboardOptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeliverabilityDashboardOptionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_status ⇒ "ACTIVE", ...
Returns the value of attribute account_status.
-
#active_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute active_subscribed_domains.
-
#dashboard_enabled ⇒ Boolean
Returns the value of attribute dashboard_enabled.
-
#pending_expiration_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute pending_expiration_subscribed_domains.
-
#subscription_expiry_date ⇒ ::Time
Returns the value of attribute subscription_expiry_date.
Instance Attribute Details
#account_status ⇒ "ACTIVE", ...
Returns the value of attribute account_status.
846 847 848 |
# File 'sig/types.rbs', line 846 def account_status @account_status end |
#active_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute active_subscribed_domains.
847 848 849 |
# File 'sig/types.rbs', line 847 def active_subscribed_domains @active_subscribed_domains end |
#dashboard_enabled ⇒ Boolean
Returns the value of attribute dashboard_enabled.
844 845 846 |
# File 'sig/types.rbs', line 844 def dashboard_enabled @dashboard_enabled end |
#pending_expiration_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute pending_expiration_subscribed_domains.
848 849 850 |
# File 'sig/types.rbs', line 848 def pending_expiration_subscribed_domains @pending_expiration_subscribed_domains end |
#subscription_expiry_date ⇒ ::Time
Returns the value of attribute subscription_expiry_date.
845 846 847 |
# File 'sig/types.rbs', line 845 def subscription_expiry_date @subscription_expiry_date end |