Struct aws_sdk_workmail::operation::delete_mobile_device_access_rule::DeleteMobileDeviceAccessRuleInput
source · #[non_exhaustive]pub struct DeleteMobileDeviceAccessRuleInput { /* private fields */ }
Implementations§
source§impl DeleteMobileDeviceAccessRuleInput
impl DeleteMobileDeviceAccessRuleInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization under which the rule will be deleted.
sourcepub fn mobile_device_access_rule_id(&self) -> Option<&str>
pub fn mobile_device_access_rule_id(&self) -> Option<&str>
The identifier of the rule to be deleted.
source§impl DeleteMobileDeviceAccessRuleInput
impl DeleteMobileDeviceAccessRuleInput
sourcepub fn builder() -> DeleteMobileDeviceAccessRuleInputBuilder
pub fn builder() -> DeleteMobileDeviceAccessRuleInputBuilder
Creates a new builder-style object to manufacture DeleteMobileDeviceAccessRuleInput
.
source§impl DeleteMobileDeviceAccessRuleInput
impl DeleteMobileDeviceAccessRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMobileDeviceAccessRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteMobileDeviceAccessRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteMobileDeviceAccessRule
>
Trait Implementations§
source§impl Clone for DeleteMobileDeviceAccessRuleInput
impl Clone for DeleteMobileDeviceAccessRuleInput
source§fn clone(&self) -> DeleteMobileDeviceAccessRuleInput
fn clone(&self) -> DeleteMobileDeviceAccessRuleInput
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<DeleteMobileDeviceAccessRuleInput> for DeleteMobileDeviceAccessRuleInput
impl PartialEq<DeleteMobileDeviceAccessRuleInput> for DeleteMobileDeviceAccessRuleInput
source§fn eq(&self, other: &DeleteMobileDeviceAccessRuleInput) -> bool
fn eq(&self, other: &DeleteMobileDeviceAccessRuleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteMobileDeviceAccessRuleInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteMobileDeviceAccessRuleInput
impl Send for DeleteMobileDeviceAccessRuleInput
impl Sync for DeleteMobileDeviceAccessRuleInput
impl Unpin for DeleteMobileDeviceAccessRuleInput
impl UnwindSafe for DeleteMobileDeviceAccessRuleInput
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