Struct aws_sdk_workmail::operation::get_mobile_device_access_override::GetMobileDeviceAccessOverrideOutput
source · #[non_exhaustive]pub struct GetMobileDeviceAccessOverrideOutput { /* private fields */ }
Implementations§
source§impl GetMobileDeviceAccessOverrideOutput
impl GetMobileDeviceAccessOverrideOutput
sourcepub fn effect(&self) -> Option<&MobileDeviceAccessRuleEffect>
pub fn effect(&self) -> Option<&MobileDeviceAccessRuleEffect>
The effect of the override, ALLOW
or DENY
.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the override.
sourcepub fn date_created(&self) -> Option<&DateTime>
pub fn date_created(&self) -> Option<&DateTime>
The date the override was first created.
sourcepub fn date_modified(&self) -> Option<&DateTime>
pub fn date_modified(&self) -> Option<&DateTime>
The date the description was last modified.
source§impl GetMobileDeviceAccessOverrideOutput
impl GetMobileDeviceAccessOverrideOutput
sourcepub fn builder() -> GetMobileDeviceAccessOverrideOutputBuilder
pub fn builder() -> GetMobileDeviceAccessOverrideOutputBuilder
Creates a new builder-style object to manufacture GetMobileDeviceAccessOverrideOutput
.
Trait Implementations§
source§impl Clone for GetMobileDeviceAccessOverrideOutput
impl Clone for GetMobileDeviceAccessOverrideOutput
source§fn clone(&self) -> GetMobileDeviceAccessOverrideOutput
fn clone(&self) -> GetMobileDeviceAccessOverrideOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<GetMobileDeviceAccessOverrideOutput> for GetMobileDeviceAccessOverrideOutput
impl PartialEq<GetMobileDeviceAccessOverrideOutput> for GetMobileDeviceAccessOverrideOutput
source§fn eq(&self, other: &GetMobileDeviceAccessOverrideOutput) -> bool
fn eq(&self, other: &GetMobileDeviceAccessOverrideOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetMobileDeviceAccessOverrideOutput
impl RequestId for GetMobileDeviceAccessOverrideOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetMobileDeviceAccessOverrideOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetMobileDeviceAccessOverrideOutput
impl Send for GetMobileDeviceAccessOverrideOutput
impl Sync for GetMobileDeviceAccessOverrideOutput
impl Unpin for GetMobileDeviceAccessOverrideOutput
impl UnwindSafe for GetMobileDeviceAccessOverrideOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more