Struct aws_sdk_workmail::input::ListMobileDeviceAccessOverridesInput [−][src]
#[non_exhaustive]pub struct ListMobileDeviceAccessOverridesInput {
pub organization_id: Option<String>,
pub user_id: Option<String>,
pub device_id: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}
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 under which to list mobile device access overrides.
user_id: Option<String>
The WorkMail user under which you list the mobile device access overrides. 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 access override applies.
next_token: Option<String>
The token to use to retrieve the next page of results. The first call does not require a token.
max_results: Option<i32>
The maximum number of results to return in a single call.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMobileDeviceAccessOverrides, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMobileDeviceAccessOverrides, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListMobileDeviceAccessOverrides
>
Creates a new builder-style object to manufacture ListMobileDeviceAccessOverridesInput
The Amazon WorkMail organization under which to list mobile device access overrides.
The WorkMail user under which you list the mobile device access overrides. 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 token to use to retrieve the next page of results. The first call does not require a token.
The maximum number of results to return in a single call.
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 ListMobileDeviceAccessOverridesInput
impl Sync for ListMobileDeviceAccessOverridesInput
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