pub struct NotificationRuleSummary {
pub arn: Option<String>,
pub id: Option<String>,
}
Expand description
Information about a specified notification rule.
Fields§
§arn: Option<String>
The Amazon Resource Name (ARN) of the notification rule.
id: Option<String>
The unique ID of the notification rule.
Trait Implementations§
Source§impl Clone for NotificationRuleSummary
impl Clone for NotificationRuleSummary
Source§fn clone(&self) -> NotificationRuleSummary
fn clone(&self) -> NotificationRuleSummary
Returns a duplicate 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 NotificationRuleSummary
impl Debug for NotificationRuleSummary
Source§impl Default for NotificationRuleSummary
impl Default for NotificationRuleSummary
Source§fn default() -> NotificationRuleSummary
fn default() -> NotificationRuleSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationRuleSummary
impl<'de> Deserialize<'de> for NotificationRuleSummary
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 NotificationRuleSummary
impl PartialEq for NotificationRuleSummary
impl StructuralPartialEq for NotificationRuleSummary
Auto Trait Implementations§
impl Freeze for NotificationRuleSummary
impl RefUnwindSafe for NotificationRuleSummary
impl Send for NotificationRuleSummary
impl Sync for NotificationRuleSummary
impl Unpin for NotificationRuleSummary
impl UnwindSafe for NotificationRuleSummary
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