Struct aws_sdk_workmail::output::GetMobileDeviceAccessEffectOutput [−][src]
#[non_exhaustive]pub struct GetMobileDeviceAccessEffectOutput {
pub effect: Option<MobileDeviceAccessRuleEffect>,
pub matched_rules: Option<Vec<MobileDeviceAccessMatchedRule>>,
}
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.effect: Option<MobileDeviceAccessRuleEffect>
The effect of the simulated access, ALLOW
or DENY
, after evaluating mobile device access rules in the Amazon WorkMail organization for the simulated
user parameters.
matched_rules: Option<Vec<MobileDeviceAccessMatchedRule>>
A list of the rules which matched the simulated user input and produced the effect.
Implementations
The effect of the simulated access, ALLOW
or DENY
, after evaluating mobile device access rules in the Amazon WorkMail organization for the simulated
user parameters.
A list of the rules which matched the simulated user input and produced the effect.
Creates a new builder-style object to manufacture GetMobileDeviceAccessEffectOutput
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 GetMobileDeviceAccessEffectOutput
impl Sync for GetMobileDeviceAccessEffectOutput
impl Unpin for GetMobileDeviceAccessEffectOutput
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