[][src]Struct rusoto_ce::SavingsPlansAmortizedCommitment

pub struct SavingsPlansAmortizedCommitment {
    pub amortized_recurring_commitment: Option<String>,
    pub amortized_upfront_commitment: Option<String>,
    pub total_amortized_commitment: Option<String>,
}

The amortized amount of Savings Plans purchased in a specific account during a specific time interval.

Fields

amortized_recurring_commitment: Option<String>

The amortized amount of your Savings Plans commitment that was purchased with either a Partial or a NoUpfront.

amortized_upfront_commitment: Option<String>

The amortized amount of your Savings Plans commitment that was purchased with an Upfront or PartialUpfront Savings Plans.

total_amortized_commitment: Option<String>

The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.

Trait Implementations

impl Clone for SavingsPlansAmortizedCommitment[src]

impl Debug for SavingsPlansAmortizedCommitment[src]

impl Default for SavingsPlansAmortizedCommitment[src]

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

impl PartialEq<SavingsPlansAmortizedCommitment> for SavingsPlansAmortizedCommitment[src]

impl StructuralPartialEq for SavingsPlansAmortizedCommitment[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, 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.