#[non_exhaustive]pub struct DeleteMobileDeviceAccessRuleInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteMobileDeviceAccessRuleInput
.
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.
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 ==
.