You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::GetDeliverabilityDashboardOptionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object that shows the status of the Deliverability dashboard.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_statusString

The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.

Possible values:

  • ACTIVE
  • PENDING_EXPIRATION
  • DISABLED

Returns:

  • (String)

    The current status of your Deliverability dashboard subscription.

#active_subscribed_domainsArray<Types::DomainDeliverabilityTrackingOption>

An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.

Returns:

  • (Array<Types::DomainDeliverabilityTrackingOption>)

    An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.

#dashboard_enabledBoolean

Specifies whether the Deliverability dashboard is enabled. If this value is true, the dashboard is enabled.

Returns:

  • (Boolean)

    Specifies whether the Deliverability dashboard is enabled.

#pending_expiration_subscribed_domainsArray<Types::DomainDeliverabilityTrackingOption>

An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that\'s scheduled to expire at the end of the current calendar month.

Returns:

  • (Array<Types::DomainDeliverabilityTrackingOption>)

    An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that\'s scheduled to expire at the end of the current calendar month.

#subscription_expiry_dateTime

The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.

Returns:

  • (Time)

    The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month.