pub struct CreateNotificationRuleResult {
pub arn: Option<String>,
}
Fields§
§arn: Option<String>
The Amazon Resource Name (ARN) of the notification rule.
Trait Implementations§
Source§impl Clone for CreateNotificationRuleResult
impl Clone for CreateNotificationRuleResult
Source§fn clone(&self) -> CreateNotificationRuleResult
fn clone(&self) -> CreateNotificationRuleResult
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 Debug for CreateNotificationRuleResult
impl Debug for CreateNotificationRuleResult
Source§impl Default for CreateNotificationRuleResult
impl Default for CreateNotificationRuleResult
Source§fn default() -> CreateNotificationRuleResult
fn default() -> CreateNotificationRuleResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateNotificationRuleResult
impl<'de> Deserialize<'de> for CreateNotificationRuleResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateNotificationRuleResult
impl PartialEq for CreateNotificationRuleResult
Source§fn eq(&self, other: &CreateNotificationRuleResult) -> bool
fn eq(&self, other: &CreateNotificationRuleResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateNotificationRuleResult
Auto Trait Implementations§
impl Freeze for CreateNotificationRuleResult
impl RefUnwindSafe for CreateNotificationRuleResult
impl Send for CreateNotificationRuleResult
impl Sync for CreateNotificationRuleResult
impl Unpin for CreateNotificationRuleResult
impl UnwindSafe for CreateNotificationRuleResult
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