Struct aws_sdk_sesv2::operation::create_deliverability_test_report::CreateDeliverabilityTestReportOutput
source · #[non_exhaustive]pub struct CreateDeliverabilityTestReportOutput {
pub report_id: String,
pub deliverability_test_status: DeliverabilityTestStatus,
/* private fields */
}Expand description
Information about the predictive inbox placement test that you created.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.report_id: StringA unique string that identifies the predictive inbox placement test.
deliverability_test_status: DeliverabilityTestStatusThe 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.
Implementations§
source§impl CreateDeliverabilityTestReportOutput
impl CreateDeliverabilityTestReportOutput
sourcepub fn report_id(&self) -> &str
pub fn report_id(&self) -> &str
A unique string that identifies the predictive inbox placement test.
sourcepub fn deliverability_test_status(&self) -> &DeliverabilityTestStatus
pub fn deliverability_test_status(&self) -> &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 CreateDeliverabilityTestReportOutput
impl CreateDeliverabilityTestReportOutput
sourcepub fn builder() -> CreateDeliverabilityTestReportOutputBuilder
pub fn builder() -> CreateDeliverabilityTestReportOutputBuilder
Creates a new builder-style object to manufacture CreateDeliverabilityTestReportOutput.
Trait Implementations§
source§impl Clone for CreateDeliverabilityTestReportOutput
impl Clone for CreateDeliverabilityTestReportOutput
source§fn clone(&self) -> CreateDeliverabilityTestReportOutput
fn clone(&self) -> CreateDeliverabilityTestReportOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for CreateDeliverabilityTestReportOutput
impl PartialEq for CreateDeliverabilityTestReportOutput
source§fn eq(&self, other: &CreateDeliverabilityTestReportOutput) -> bool
fn eq(&self, other: &CreateDeliverabilityTestReportOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateDeliverabilityTestReportOutput
impl RequestId for CreateDeliverabilityTestReportOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.