Class: Aws::PinpointEmail::Types::PutDeliverabilityDashboardOptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::PutDeliverabilityDashboardOptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon Pinpoint. For more information about the features and cost of a Deliverability dashboard subscription, see [Amazon Pinpoint Pricing].
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_enabled ⇒ Boolean
Specifies whether to enable the Deliverability dashboard for your Amazon Pinpoint account.
-
#subscribed_domains ⇒ Array<Types::DomainDeliverabilityTrackingOption>
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
Instance Attribute Details
#dashboard_enabled ⇒ Boolean
Specifies whether to enable the Deliverability dashboard for your Amazon Pinpoint account. To enable the dashboard, set this value to ‘true`.
2556 2557 2558 2559 2560 2561 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 2556 class PutDeliverabilityDashboardOptionRequest < Struct.new( :dashboard_enabled, :subscribed_domains) SENSITIVE = [] include Aws::Structure end |
#subscribed_domains ⇒ Array<Types::DomainDeliverabilityTrackingOption>
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
2556 2557 2558 2559 2560 2561 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 2556 class PutDeliverabilityDashboardOptionRequest < Struct.new( :dashboard_enabled, :subscribed_domains) SENSITIVE = [] include Aws::Structure end |