Struct aws_sdk_workmail::input::DeleteMobileDeviceAccessOverrideInput [−][src]
#[non_exhaustive]pub struct DeleteMobileDeviceAccessOverrideInput {
pub organization_id: Option<String>,
pub user_id: Option<String>,
pub device_id: 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 Amazon WorkMail organization for which the access override will be deleted.
user_id: Option<String>
The WorkMail user for which you want to delete 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 delete the override. DeviceId
is case insensitive.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMobileDeviceAccessOverride, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMobileDeviceAccessOverride, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteMobileDeviceAccessOverride
>
Creates a new builder-style object to manufacture DeleteMobileDeviceAccessOverrideInput
The Amazon WorkMail organization for which the access override will be deleted.
The WorkMail user for which you want to delete 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
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
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