Struct rusoto_budgets::Notification [] [src]

pub struct Notification {
    pub comparison_operator: String,
    pub notification_type: String,
    pub threshold: f64,
    pub threshold_type: Option<String>,
}

Notification model. Each budget may contain multiple notifications with different settings.

Fields

Trait Implementations

impl Default for Notification
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Notification
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Notification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Notification

impl Sync for Notification