pub type BucketWritableAlert = Alert<BucketWritableSummary>;

Aliased Type§

struct BucketWritableAlert {
    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: BucketWritableSummary,
}

Fields§

§notification_type: String§name: String§tags: Vec<String>§url: String§alert_arn: String§risk_score: i64§trigger: Trigger§created_at: String§actor: String§summary: BucketWritableSummary