Struct aws_sdk_sesv2::operation::get_deliverability_test_report::GetDeliverabilityTestReportOutput
source · #[non_exhaustive]pub struct GetDeliverabilityTestReportOutput { /* private fields */ }Expand description
The results of the predictive inbox placement test.
Implementations§
source§impl GetDeliverabilityTestReportOutput
impl GetDeliverabilityTestReportOutput
sourcepub fn deliverability_test_report(&self) -> Option<&DeliverabilityTestReport>
pub fn deliverability_test_report(&self) -> Option<&DeliverabilityTestReport>
An object that contains the results of the predictive inbox placement test.
sourcepub fn overall_placement(&self) -> Option<&PlacementStatistics>
pub fn overall_placement(&self) -> Option<&PlacementStatistics>
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
sourcepub fn isp_placements(&self) -> Option<&[IspPlacement]>
pub fn isp_placements(&self) -> Option<&[IspPlacement]>
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
sourcepub fn message(&self) -> Option<&str>
pub fn message(&self) -> Option<&str>
An object that contains the message that you sent when you performed this predictive inbox placement test.
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
source§impl GetDeliverabilityTestReportOutput
impl GetDeliverabilityTestReportOutput
sourcepub fn builder() -> GetDeliverabilityTestReportOutputBuilder
pub fn builder() -> GetDeliverabilityTestReportOutputBuilder
Creates a new builder-style object to manufacture GetDeliverabilityTestReportOutput.
Trait Implementations§
source§impl Clone for GetDeliverabilityTestReportOutput
impl Clone for GetDeliverabilityTestReportOutput
source§fn clone(&self) -> GetDeliverabilityTestReportOutput
fn clone(&self) -> GetDeliverabilityTestReportOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<GetDeliverabilityTestReportOutput> for GetDeliverabilityTestReportOutput
impl PartialEq<GetDeliverabilityTestReportOutput> for GetDeliverabilityTestReportOutput
source§fn eq(&self, other: &GetDeliverabilityTestReportOutput) -> bool
fn eq(&self, other: &GetDeliverabilityTestReportOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDeliverabilityTestReportOutput
impl RequestId for GetDeliverabilityTestReportOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.