Struct aws_sdk_workmail::input::GetMobileDeviceAccessOverrideInput [−][src]
#[non_exhaustive]pub struct GetMobileDeviceAccessOverrideInput {
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 to which you want to apply the override.
user_id: Option<String>
Identifies the WorkMail user for 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 to which the override applies. DeviceId
is case insensitive.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMobileDeviceAccessOverride, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMobileDeviceAccessOverride, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetMobileDeviceAccessOverride
>
Creates a new builder-style object to manufacture GetMobileDeviceAccessOverrideInput
The Amazon WorkMail organization to which you want to apply the override.
Identifies the WorkMail user for 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
impl Send for GetMobileDeviceAccessOverrideInput
impl Sync for GetMobileDeviceAccessOverrideInput
impl Unpin for GetMobileDeviceAccessOverrideInput
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