[][src]Struct rusoto_savingsplans::SavingsPlanOffering

pub struct SavingsPlanOffering {
    pub currency: Option<String>,
    pub description: Option<String>,
    pub duration_seconds: Option<i64>,
    pub offering_id: Option<String>,
    pub operation: Option<String>,
    pub payment_option: Option<String>,
    pub plan_type: Option<String>,
    pub product_types: Option<Vec<String>>,
    pub properties: Option<Vec<SavingsPlanOfferingProperty>>,
    pub service_code: Option<String>,
    pub usage_type: Option<String>,
}

Information about a Savings Plan offering.

Fields

currency: Option<String>

The currency.

description: Option<String>

The description.

duration_seconds: Option<i64>

The duration, in seconds.

offering_id: Option<String>

The ID of the offering.

operation: Option<String>

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

payment_option: Option<String>

The payment option.

plan_type: Option<String>

The plan type.

product_types: Option<Vec<String>>

The product type.

properties: Option<Vec<SavingsPlanOfferingProperty>>

The properties.

service_code: Option<String>

The service.

usage_type: Option<String>

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

Trait Implementations

impl Clone for SavingsPlanOffering[src]

impl Debug for SavingsPlanOffering[src]

impl Default for SavingsPlanOffering[src]

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

impl PartialEq<SavingsPlanOffering> for SavingsPlanOffering[src]

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