Struct aws_sdk_sesv2::types::DeliverabilityTestReport
source · #[non_exhaustive]pub struct DeliverabilityTestReport { /* private fields */ }Expand description
An object that contains metadata related to a predictive inbox placement test.
Implementations§
source§impl DeliverabilityTestReport
impl DeliverabilityTestReport
sourcepub fn report_id(&self) -> Option<&str>
pub fn report_id(&self) -> Option<&str>
A unique string that identifies the predictive inbox placement test.
sourcepub fn report_name(&self) -> Option<&str>
pub fn report_name(&self) -> Option<&str>
A name that helps you identify a predictive inbox placement test report.
sourcepub fn subject(&self) -> Option<&str>
pub fn subject(&self) -> Option<&str>
The subject line for an email that you submitted in a predictive inbox placement test.
sourcepub fn from_email_address(&self) -> Option<&str>
pub fn from_email_address(&self) -> Option<&str>
The sender address that you specified for the predictive inbox placement test.
sourcepub fn create_date(&self) -> Option<&DateTime>
pub fn create_date(&self) -> Option<&DateTime>
The date and time when the predictive inbox placement test was created.
sourcepub fn deliverability_test_status(&self) -> Option<&DeliverabilityTestStatus>
pub fn deliverability_test_status(&self) -> Option<&DeliverabilityTestStatus>
The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.
source§impl DeliverabilityTestReport
impl DeliverabilityTestReport
sourcepub fn builder() -> DeliverabilityTestReportBuilder
pub fn builder() -> DeliverabilityTestReportBuilder
Creates a new builder-style object to manufacture DeliverabilityTestReport.
Trait Implementations§
source§impl Clone for DeliverabilityTestReport
impl Clone for DeliverabilityTestReport
source§fn clone(&self) -> DeliverabilityTestReport
fn clone(&self) -> DeliverabilityTestReport
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DeliverabilityTestReport
impl Debug for DeliverabilityTestReport
source§impl PartialEq<DeliverabilityTestReport> for DeliverabilityTestReport
impl PartialEq<DeliverabilityTestReport> for DeliverabilityTestReport
source§fn eq(&self, other: &DeliverabilityTestReport) -> bool
fn eq(&self, other: &DeliverabilityTestReport) -> bool
self and other values to be equal, and is used
by ==.