Struct aws_sdk_workmail::input::GetMobileDeviceAccessEffectInput [−][src]
#[non_exhaustive]pub struct GetMobileDeviceAccessEffectInput {
pub organization_id: Option<String>,
pub device_type: Option<String>,
pub device_model: Option<String>,
pub device_operating_system: Option<String>,
pub device_user_agent: 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 simulate the access effect for.
device_type: Option<String>
Device type the simulated user will report.
device_model: Option<String>
Device model the simulated user will report.
device_operating_system: Option<String>
Device operating system the simulated user will report.
device_user_agent: Option<String>
Device user agent the simulated user will report.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMobileDeviceAccessEffect, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMobileDeviceAccessEffect, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetMobileDeviceAccessEffect
>
Creates a new builder-style object to manufacture GetMobileDeviceAccessEffectInput
The Amazon WorkMail organization to simulate the access effect for.
Device type the simulated user will report.
Device model the simulated user will report.
Device operating system the simulated user will report.
Device user agent the simulated user will report.
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 GetMobileDeviceAccessEffectInput
impl Sync for GetMobileDeviceAccessEffectInput
impl Unpin for GetMobileDeviceAccessEffectInput
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