Struct aws_sdk_sesv2::types::IspPlacement
source · #[non_exhaustive]pub struct IspPlacement { /* private fields */ }Expand description
An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.
Implementations§
source§impl IspPlacement
impl IspPlacement
sourcepub fn isp_name(&self) -> Option<&str>
pub fn isp_name(&self) -> Option<&str>
The name of the email provider that the inbox placement data applies to.
sourcepub fn placement_statistics(&self) -> Option<&PlacementStatistics>
pub fn placement_statistics(&self) -> Option<&PlacementStatistics>
An object that contains inbox placement metrics for a specific email provider.
source§impl IspPlacement
impl IspPlacement
sourcepub fn builder() -> IspPlacementBuilder
pub fn builder() -> IspPlacementBuilder
Creates a new builder-style object to manufacture IspPlacement.
Trait Implementations§
source§impl Clone for IspPlacement
impl Clone for IspPlacement
source§fn clone(&self) -> IspPlacement
fn clone(&self) -> IspPlacement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IspPlacement
impl Debug for IspPlacement
source§impl PartialEq<IspPlacement> for IspPlacement
impl PartialEq<IspPlacement> for IspPlacement
source§fn eq(&self, other: &IspPlacement) -> bool
fn eq(&self, other: &IspPlacement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.