[][src]Struct rusoto_ce::SavingsPlansCoverage

pub struct SavingsPlansCoverage {
    pub attributes: Option<HashMap<String, String>>,
    pub coverage: Option<SavingsPlansCoverageData>,
    pub time_period: Option<DateInterval>,
}

The amount of Savings Plans eligible usage that is covered by Savings Plans. All calculations consider the On-Demand equivalent of your Savings Plans usage.

Fields

attributes: Option<HashMap<String, String>>

The attribute that applies to a specific Dimension.

coverage: Option<SavingsPlansCoverageData>

The amount of Savings Plans eligible usage that the Savings Plans covered.

time_period: Option<DateInterval>

Trait Implementations

impl Clone for SavingsPlansCoverage[src]

impl Debug for SavingsPlansCoverage[src]

impl Default for SavingsPlansCoverage[src]

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

impl PartialEq<SavingsPlansCoverage> for SavingsPlansCoverage[src]

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