Struct aws_sdk_workmail::model::MobileDeviceAccessOverride [−][src]
#[non_exhaustive]pub struct MobileDeviceAccessOverride {
pub user_id: Option<String>,
pub device_id: Option<String>,
pub effect: Option<MobileDeviceAccessRuleEffect>,
pub description: Option<String>,
pub date_created: Option<DateTime>,
pub date_modified: Option<DateTime>,
}
Expand description
The override object.
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.user_id: Option<String>
The WorkMail user to which the access override applies.
device_id: Option<String>
The device to which the override applies.
effect: Option<MobileDeviceAccessRuleEffect>
The effect of the override, ALLOW
or DENY
.
description: Option<String>
A description of the override.
date_created: Option<DateTime>
The date the override was first created.
date_modified: Option<DateTime>
The date the override was last modified.
Implementations
The effect of the override, ALLOW
or DENY
.
A description of the override.
The date the override was first created.
The date the override was last modified.
Creates a new builder-style object to manufacture MobileDeviceAccessOverride
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 RefUnwindSafe for MobileDeviceAccessOverride
impl Send for MobileDeviceAccessOverride
impl Sync for MobileDeviceAccessOverride
impl Unpin for MobileDeviceAccessOverride
impl UnwindSafe for MobileDeviceAccessOverride
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