Class: Aws::SESV2::Types::GetDomainDeliverabilityCampaignResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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

Instance Attribute Details

#domain_deliverability_campaignTypes::DomainDeliverabilityCampaign

An object that contains the deliverability data for the campaign.



3230
3231
3232
3233
3234
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3230

class GetDomainDeliverabilityCampaignResponse < Struct.new(
  :domain_deliverability_campaign)
  SENSITIVE = []
  include Aws::Structure
end