Struct rusoto_budgets::CostTypes [] [src]

pub struct CostTypes {
    pub include_credit: Option<bool>,
    pub include_other_subscription: Option<bool>,
    pub include_recurring: Option<bool>,
    pub include_refund: Option<bool>,
    pub include_subscription: Option<bool>,
    pub include_support: Option<bool>,
    pub include_tax: Option<bool>,
    pub include_upfront: Option<bool>,
    pub use_blended: Option<bool>,
}

This includes the options for getting the cost of a budget.

Fields

A boolean value whether to include credits in the cost budget.

A boolean value whether to include other subscription costs in the cost budget.

A boolean value whether to include recurring costs in the cost budget.

A boolean value whether to include refunds in the cost budget.

A boolean value whether to include subscriptions in the cost budget.

A boolean value whether to include support costs in the cost budget.

A boolean value whether to include tax in the cost budget.

A boolean value whether to include upfront costs in the cost budget.

A boolean value whether to use blended costs in the cost budget.

Trait Implementations

impl Default for CostTypes
[src]

[src]

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

impl Debug for CostTypes
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for CostTypes