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.
329 330 331 |
# File 'sig/types.rbs', line 329 def account_status @account_status end |
#active_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute active_subscribed_domains.
330 331 332 |
# File 'sig/types.rbs', line 330 def active_subscribed_domains @active_subscribed_domains end |
#dashboard_enabled ⇒ Boolean
Returns the value of attribute dashboard_enabled.
327 328 329 |
# File 'sig/types.rbs', line 327 def dashboard_enabled @dashboard_enabled end |
#pending_expiration_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
Returns the value of attribute pending_expiration_subscribed_domains.
331 332 333 |
# File 'sig/types.rbs', line 331 def pending_expiration_subscribed_domains @pending_expiration_subscribed_domains end |
#subscription_expiry_date ⇒ ::Time
Returns the value of attribute subscription_expiry_date.
328 329 330 |
# File 'sig/types.rbs', line 328 def subscription_expiry_date @subscription_expiry_date end |