Class: Aws::SESV2::Types::GetDomainDeliverabilityCampaignRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetDomainDeliverabilityCampaignRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/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. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
      3268 3269 3270 3271 3272  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3268 class GetDomainDeliverabilityCampaignRequest < Struct.new( :campaign_id) SENSITIVE = [] include Aws::Structure end  |