Struct aws_sdk_workmail::model::mobile_device_access_override::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MobileDeviceAccessOverride
Implementations
The WorkMail user to which the access override applies.
The WorkMail user to which the access override applies.
The device to which the override applies.
The device to which the override applies.
The effect of the override, ALLOW
or DENY
.
The effect of the override, ALLOW
or DENY
.
A description of the override.
A description of the override.
The date the override was first created.
The date the override was first created.
The date the override was last modified.
The date the override was last modified.
Consumes the builder and constructs a MobileDeviceAccessOverride
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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