Struct rusoto_budgets::Budget [] [src]

pub struct Budget {
    pub budget_limit: Spend,
    pub budget_name: String,
    pub budget_type: String,
    pub calculated_spend: Option<CalculatedSpend>,
    pub cost_filters: Option<HashMap<String, Vec<String>>>,
    pub cost_types: CostTypes,
    pub time_period: TimePeriod,
    pub time_unit: String,
}

AWS Budget model

Fields

Trait Implementations

impl Default for Budget
[src]

[src]

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

impl Debug for Budget
[src]

[src]

Formats the value using the given formatter.

impl Clone for Budget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more