Struct aws_sdk_sesv2::types::PinpointDestination
source · #[non_exhaustive]pub struct PinpointDestination { /* private fields */ }Expand description
An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.
Implementations§
source§impl PinpointDestination
impl PinpointDestination
sourcepub fn application_arn(&self) -> Option<&str>
pub fn application_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
source§impl PinpointDestination
impl PinpointDestination
sourcepub fn builder() -> PinpointDestinationBuilder
pub fn builder() -> PinpointDestinationBuilder
Creates a new builder-style object to manufacture PinpointDestination.
Trait Implementations§
source§impl Clone for PinpointDestination
impl Clone for PinpointDestination
source§fn clone(&self) -> PinpointDestination
fn clone(&self) -> PinpointDestination
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 PinpointDestination
impl Debug for PinpointDestination
source§impl PartialEq<PinpointDestination> for PinpointDestination
impl PartialEq<PinpointDestination> for PinpointDestination
source§fn eq(&self, other: &PinpointDestination) -> bool
fn eq(&self, other: &PinpointDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.