#[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() -> Builder
pub fn builder() -> Builder
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 ==
.