Class: Aws::PinpointEmail::Types::GetDomainDeliverabilityCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetDomainDeliverabilityCampaignResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
An object that contains all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (âPutDeliverabilityDashboardOption` operation).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_deliverability_campaign ⇒ Types::DomainDeliverabilityCampaign
An object that contains the deliverability data for the campaign.
Instance Attribute Details
#domain_deliverability_campaign ⇒ Types::DomainDeliverabilityCampaign
An object that contains the deliverability data for the campaign.
1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1528 class GetDomainDeliverabilityCampaignResponse < Struct.new( :domain_deliverability_campaign) SENSITIVE = [] include Aws::Structure end |