[][src]Struct rusoto_savingsplans::DescribeSavingsPlansOfferingsRequest

pub struct DescribeSavingsPlansOfferingsRequest {
    pub currencies: Option<Vec<String>>,
    pub descriptions: Option<Vec<String>>,
    pub durations: Option<Vec<i64>>,
    pub filters: Option<Vec<SavingsPlanOfferingFilterElement>>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub offering_ids: Option<Vec<String>>,
    pub operations: Option<Vec<String>>,
    pub payment_options: Option<Vec<String>>,
    pub plan_types: Option<Vec<String>>,
    pub product_type: Option<String>,
    pub service_codes: Option<Vec<String>>,
    pub usage_types: Option<Vec<String>>,
}

Fields

currencies: Option<Vec<String>>

The currencies.

descriptions: Option<Vec<String>>

The descriptions.

durations: Option<Vec<i64>>

The durations, in seconds.

filters: Option<Vec<SavingsPlanOfferingFilterElement>>

The filters.

max_results: Option<i64>

The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.

next_token: Option<String>

The token for the next page of results.

offering_ids: Option<Vec<String>>

The IDs of the offerings.

operations: Option<Vec<String>>

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

payment_options: Option<Vec<String>>

The payment options.

plan_types: Option<Vec<String>>

The plan type.

product_type: Option<String>

The product type.

service_codes: Option<Vec<String>>

The services.

usage_types: Option<Vec<String>>

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

Trait Implementations

impl Clone for DescribeSavingsPlansOfferingsRequest[src]

impl Debug for DescribeSavingsPlansOfferingsRequest[src]

impl Default for DescribeSavingsPlansOfferingsRequest[src]

impl PartialEq<DescribeSavingsPlansOfferingsRequest> for DescribeSavingsPlansOfferingsRequest[src]

impl Serialize for DescribeSavingsPlansOfferingsRequest[src]

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