Struct aws_sdk_workmail::input::PutMobileDeviceAccessOverrideInput [−][src]
#[non_exhaustive]pub struct PutMobileDeviceAccessOverrideInput {
pub organization_id: Option<String>,
pub user_id: Option<String>,
pub device_id: Option<String>,
pub effect: Option<MobileDeviceAccessRuleEffect>,
pub description: 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>
Identifies the Amazon WorkMail organization for which you create the override.
user_id: Option<String>
The WorkMail user for which you create the override. Accepts the following types of user identities:
-
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
-
Email address:
user@domain.tld
-
User name:
user
device_id: Option<String>
The mobile device for which you create the override. DeviceId
is case insensitive.
effect: Option<MobileDeviceAccessRuleEffect>
The effect of the override, ALLOW
or DENY
.
description: Option<String>
A description of the override.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutMobileDeviceAccessOverride, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutMobileDeviceAccessOverride, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutMobileDeviceAccessOverride
>
Creates a new builder-style object to manufacture PutMobileDeviceAccessOverrideInput
Identifies the Amazon WorkMail organization for which you create the override.
The WorkMail user for which you create the override. Accepts the following types of user identities:
-
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
-
Email address:
user@domain.tld
-
User name:
user
The mobile device for which you create the override. DeviceId
is case insensitive.
The effect of the override, ALLOW
or DENY
.
A description of the override.
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 PutMobileDeviceAccessOverrideInput
impl Sync for PutMobileDeviceAccessOverrideInput
impl Unpin for PutMobileDeviceAccessOverrideInput
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