#[non_exhaustive]pub struct DescribeEmailMonitoringConfigurationOutput { /* private fields */ }
Implementations§
source§impl DescribeEmailMonitoringConfigurationOutput
impl DescribeEmailMonitoringConfigurationOutput
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.
sourcepub fn log_group_arn(&self) -> Option<&str>
pub fn log_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.
source§impl DescribeEmailMonitoringConfigurationOutput
impl DescribeEmailMonitoringConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEmailMonitoringConfigurationOutput
.
Trait Implementations§
source§impl Clone for DescribeEmailMonitoringConfigurationOutput
impl Clone for DescribeEmailMonitoringConfigurationOutput
source§fn clone(&self) -> DescribeEmailMonitoringConfigurationOutput
fn clone(&self) -> DescribeEmailMonitoringConfigurationOutput
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 PartialEq<DescribeEmailMonitoringConfigurationOutput> for DescribeEmailMonitoringConfigurationOutput
impl PartialEq<DescribeEmailMonitoringConfigurationOutput> for DescribeEmailMonitoringConfigurationOutput
source§fn eq(&self, other: &DescribeEmailMonitoringConfigurationOutput) -> bool
fn eq(&self, other: &DescribeEmailMonitoringConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.