[][src]Struct rusoto_ce::SavingsPlansDetails

pub struct SavingsPlansDetails {
    pub instance_family: Option<String>,
    pub offering_id: Option<String>,
    pub region: Option<String>,
}

Attribute details on a specific Savings Plan.

Fields

instance_family: Option<String>

A group of instance types that Savings Plans applies to.

offering_id: Option<String>

The unique ID used to distinguish Savings Plans from one another.

region: Option<String>

A collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.

Trait Implementations

impl Clone for SavingsPlansDetails[src]

impl Debug for SavingsPlansDetails[src]

impl Default for SavingsPlansDetails[src]

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

impl PartialEq<SavingsPlansDetails> for SavingsPlansDetails[src]

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