[][src]Struct rusoto_ce::SavingsPlansUtilization

pub struct SavingsPlansUtilization {
    pub total_commitment: Option<String>,
    pub unused_commitment: Option<String>,
    pub used_commitment: Option<String>,
    pub utilization_percentage: Option<String>,
}

The measurement of how well you are using your existing Savings Plans.

Fields

total_commitment: Option<String>

The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).

unused_commitment: Option<String>

The amount of your Savings Plans commitment that was not consumed from Savings Plans eligible usage in a specific period.

used_commitment: Option<String>

The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.

utilization_percentage: Option<String>

The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.

Trait Implementations

impl Clone for SavingsPlansUtilization[src]

impl Debug for SavingsPlansUtilization[src]

impl Default for SavingsPlansUtilization[src]

impl<'de> Deserialize<'de> for SavingsPlansUtilization[src]

impl PartialEq<SavingsPlansUtilization> for SavingsPlansUtilization[src]

impl StructuralPartialEq for SavingsPlansUtilization[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.