[][src]Struct rusoto_savingsplans::SavingsPlanOfferingRate

pub struct SavingsPlanOfferingRate {
    pub operation: Option<String>,
    pub product_type: Option<String>,
    pub properties: Option<Vec<SavingsPlanOfferingRateProperty>>,
    pub rate: Option<String>,
    pub savings_plan_offering: Option<ParentSavingsPlanOffering>,
    pub service_code: Option<String>,
    pub unit: Option<String>,
    pub usage_type: Option<String>,
}

Information about a Savings Plan offering rate.

Fields

operation: Option<String>

The specific AWS operation for the line item in the billing report.

product_type: Option<String>

The product type.

properties: Option<Vec<SavingsPlanOfferingRateProperty>>

The properties.

rate: Option<String>

The Savings Plan rate.

savings_plan_offering: Option<ParentSavingsPlanOffering>

The Savings Plan offering.

service_code: Option<String>

The service.

unit: Option<String>

The unit.

usage_type: Option<String>

The usage details of the line item in the billing report.

Trait Implementations

impl Clone for SavingsPlanOfferingRate[src]

impl Debug for SavingsPlanOfferingRate[src]

impl Default for SavingsPlanOfferingRate[src]

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

impl PartialEq<SavingsPlanOfferingRate> for SavingsPlanOfferingRate[src]

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