Struct rusoto_budgets::Spend [] [src]

pub struct Spend {
    pub amount: String,
    pub unit: String,
}

A structure that represents either a cost spend or usage spend. Contains an amount and a unit.

Fields

Trait Implementations

impl Default for Spend
[src]

[src]

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

impl Debug for Spend
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for Spend