Struct aws_sdk_workmail::input::PutEmailMonitoringConfigurationInput [−][src]
#[non_exhaustive]pub struct PutEmailMonitoringConfigurationInput {
pub organization_id: Option<String>,
pub role_arn: Option<String>,
pub log_group_arn: Option<String>,
}
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.organization_id: Option<String>
The ID of the organization for which the email monitoring configuration is set.
role_arn: Option<String>
The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.
log_group_arn: Option<String>
The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutEmailMonitoringConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutEmailMonitoringConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutEmailMonitoringConfiguration
>
Creates a new builder-style object to manufacture PutEmailMonitoringConfigurationInput
The ID of the organization for which the email monitoring configuration is set.
The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.
The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for PutEmailMonitoringConfigurationInput
impl Sync for PutEmailMonitoringConfigurationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more