#[non_exhaustive]pub struct PutEmailMonitoringConfigurationInput { /* private fields */ }
Implementations§
source§impl PutEmailMonitoringConfigurationInput
impl PutEmailMonitoringConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutEmailMonitoringConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutEmailMonitoringConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutEmailMonitoringConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutEmailMonitoringConfigurationInput
.
source§impl PutEmailMonitoringConfigurationInput
impl PutEmailMonitoringConfigurationInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The ID of the organization for which the email monitoring configuration is set.
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.
Trait Implementations§
source§impl Clone for PutEmailMonitoringConfigurationInput
impl Clone for PutEmailMonitoringConfigurationInput
source§fn clone(&self) -> PutEmailMonitoringConfigurationInput
fn clone(&self) -> PutEmailMonitoringConfigurationInput
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<PutEmailMonitoringConfigurationInput> for PutEmailMonitoringConfigurationInput
impl PartialEq<PutEmailMonitoringConfigurationInput> for PutEmailMonitoringConfigurationInput
source§fn eq(&self, other: &PutEmailMonitoringConfigurationInput) -> bool
fn eq(&self, other: &PutEmailMonitoringConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.