Struct rusoto_budgets::Subscriber [] [src]

pub struct Subscriber {
    pub address: String,
    pub subscription_type: String,
}

Subscriber model. Each notification may contain multiple subscribers with different addresses.

Fields

Trait Implementations

impl Default for Subscriber
[src]

[src]

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

impl Debug for Subscriber
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Subscriber
[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 Subscriber

impl Sync for Subscriber