Module: Aws::SESV2::Client::_GetDeliverabilityDashboardOptionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeliverabilityDashboardOptionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_status ⇒ "ACTIVE", ...
- #active_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
- #dashboard_enabled ⇒ Boolean
- #pending_expiration_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
- #subscription_expiry_date ⇒ ::Time
Instance Method Details
#account_status ⇒ "ACTIVE", ...
717 |
# File 'sig/client.rbs', line 717
def account_status: () -> ("ACTIVE" | "PENDING_EXPIRATION" | "DISABLED")
|
#active_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
718 |
# File 'sig/client.rbs', line 718
def active_subscribed_domains: () -> ::Array[Types::DomainDeliverabilityTrackingOption]
|
#dashboard_enabled ⇒ Boolean
715 |
# File 'sig/client.rbs', line 715
def dashboard_enabled: () -> bool
|
#pending_expiration_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
719 |
# File 'sig/client.rbs', line 719
def pending_expiration_subscribed_domains: () -> ::Array[Types::DomainDeliverabilityTrackingOption]
|
#subscription_expiry_date ⇒ ::Time
716 |
# File 'sig/client.rbs', line 716
def subscription_expiry_date: () -> ::Time
|