pub struct DeleteNotificationRuleRequest {
pub arn: String,
}
Fields§
§arn: String
The Amazon Resource Name (ARN) of the notification rule you want to delete.
Trait Implementations§
Source§impl Clone for DeleteNotificationRuleRequest
impl Clone for DeleteNotificationRuleRequest
Source§fn clone(&self) -> DeleteNotificationRuleRequest
fn clone(&self) -> DeleteNotificationRuleRequest
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 Default for DeleteNotificationRuleRequest
impl Default for DeleteNotificationRuleRequest
Source§fn default() -> DeleteNotificationRuleRequest
fn default() -> DeleteNotificationRuleRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteNotificationRuleRequest
impl PartialEq for DeleteNotificationRuleRequest
Source§fn eq(&self, other: &DeleteNotificationRuleRequest) -> bool
fn eq(&self, other: &DeleteNotificationRuleRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteNotificationRuleRequest
Auto Trait Implementations§
impl Freeze for DeleteNotificationRuleRequest
impl RefUnwindSafe for DeleteNotificationRuleRequest
impl Send for DeleteNotificationRuleRequest
impl Sync for DeleteNotificationRuleRequest
impl Unpin for DeleteNotificationRuleRequest
impl UnwindSafe for DeleteNotificationRuleRequest
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