Class: Aws::PinpointEmail::Types::GetDomainDeliverabilityCampaignRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetDomainDeliverabilityCampaignRequest
- Defined in:
- gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb
Overview
Retrieve 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
-
#campaign_id ⇒ String
The unique identifier for the campaign.
Instance Attribute Details
#campaign_id ⇒ String
The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.
1511 1512 1513 1514 1515 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1511 class GetDomainDeliverabilityCampaignRequest < Struct.new( :campaign_id) SENSITIVE = [] include Aws::Structure end |