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", ...
693 |
# File 'sig/client.rbs', line 693
def account_status: () -> ("ACTIVE" | "PENDING_EXPIRATION" | "DISABLED")
|
#active_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
694 |
# File 'sig/client.rbs', line 694
def active_subscribed_domains: () -> ::Array[Types::DomainDeliverabilityTrackingOption]
|
#dashboard_enabled ⇒ Boolean
691 |
# File 'sig/client.rbs', line 691
def dashboard_enabled: () -> bool
|
#pending_expiration_subscribed_domains ⇒ ::Array[Types::DomainDeliverabilityTrackingOption]
695 |
# File 'sig/client.rbs', line 695
def pending_expiration_subscribed_domains: () -> ::Array[Types::DomainDeliverabilityTrackingOption]
|
#subscription_expiry_date ⇒ ::Time
692 |
# File 'sig/client.rbs', line 692
def subscription_expiry_date: () -> ::Time
|