Struct aws_lambda_events::event::cloudwatch_events::macie::Alert
source · pub struct Alert<T> {
pub notification_type: String,
pub name: String,
pub tags: Vec<String>,
pub url: String,
pub alert_arn: String,
pub risk_score: i64,
pub trigger: Trigger,
pub created_at: String,
pub actor: String,
pub summary: T,
}Fields§
§notification_type: String§name: String§url: String§alert_arn: String§risk_score: i64§trigger: Trigger§created_at: String§actor: String§summary: TTrait Implementations§
source§impl<'de, T> Deserialize<'de> for Alert<T>where
T: Deserialize<'de>,
impl<'de, T> Deserialize<'de> for Alert<T>where
T: Deserialize<'de>,
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<T: PartialEq> PartialEq for Alert<T>
impl<T: PartialEq> PartialEq for Alert<T>
impl<T: Eq> Eq for Alert<T>
impl<T> StructuralPartialEq for Alert<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Alert<T>where
T: RefUnwindSafe,
impl<T> Send for Alert<T>where
T: Send,
impl<T> Sync for Alert<T>where
T: Sync,
impl<T> Unpin for Alert<T>where
T: Unpin,
impl<T> UnwindSafe for Alert<T>where
T: UnwindSafe,
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