Class: Aws::PinpointEmail::Types::GetDeliverabilityDashboardOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetDeliverabilityDashboardOptionsResponse
- Defined in:
- gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb
Overview
An object that shows the status of the Deliverability dashboard for your Amazon Pinpoint account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_status ⇒ String
The current status of your Deliverability dashboard subscription.
-
#active_subscribed_domains ⇒ 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_enabled ⇒ Boolean
Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account.
-
#pending_expiration_subscribed_domains ⇒ 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_date ⇒ 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.
Instance Attribute Details
#account_status ⇒ String
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.
1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1748 class GetDeliverabilityDashboardOptionsResponse < Struct.new( :dashboard_enabled, :subscription_expiry_date, :account_status, :active_subscribed_domains, :pending_expiration_subscribed_domains) SENSITIVE = [] include Aws::Structure end |
#active_subscribed_domains ⇒ 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.
1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1748 class GetDeliverabilityDashboardOptionsResponse < Struct.new( :dashboard_enabled, :subscription_expiry_date, :account_status, :active_subscribed_domains, :pending_expiration_subscribed_domains) SENSITIVE = [] include Aws::Structure end |
#dashboard_enabled ⇒ Boolean
Specifies whether the Deliverability dashboard is enabled for your
Amazon Pinpoint account. If this value is true
, the dashboard is
enabled.
1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1748 class GetDeliverabilityDashboardOptionsResponse < Struct.new( :dashboard_enabled, :subscription_expiry_date, :account_status, :active_subscribed_domains, :pending_expiration_subscribed_domains) SENSITIVE = [] include Aws::Structure end |
#pending_expiration_subscribed_domains ⇒ 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.
1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1748 class GetDeliverabilityDashboardOptionsResponse < Struct.new( :dashboard_enabled, :subscription_expiry_date, :account_status, :active_subscribed_domains, :pending_expiration_subscribed_domains) SENSITIVE = [] include Aws::Structure end |
#subscription_expiry_date ⇒ 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. This value is null if you have an active subscription that isn’t due to expire at the end of the month.
1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1748 class GetDeliverabilityDashboardOptionsResponse < Struct.new( :dashboard_enabled, :subscription_expiry_date, :account_status, :active_subscribed_domains, :pending_expiration_subscribed_domains) SENSITIVE = [] include Aws::Structure end |