Class: Aws::SESV2::Types::GetDomainDeliverabilityCampaignResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetDomainDeliverabilityCampaignResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/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.
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.
      3285 3286 3287 3288 3289  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3285 class GetDomainDeliverabilityCampaignResponse < Struct.new( :domain_deliverability_campaign) SENSITIVE = [] include Aws::Structure end  |