Struct aws_sdk_workmail::output::GetMobileDeviceAccessOverrideOutput [−][src]
#[non_exhaustive]pub struct GetMobileDeviceAccessOverrideOutput {
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>,
}
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 access 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 description 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 description was last modified.
Creates a new builder-style object to manufacture GetMobileDeviceAccessOverrideOutput
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 GetMobileDeviceAccessOverrideOutput
impl Sync for GetMobileDeviceAccessOverrideOutput
impl Unpin for GetMobileDeviceAccessOverrideOutput
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