[][src]Struct rusoto_savingsplans::DescribeSavingsPlansOfferingRatesRequest

pub struct DescribeSavingsPlansOfferingRatesRequest {
    pub filters: Option<Vec<SavingsPlanOfferingRateFilterElement>>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub operations: Option<Vec<String>>,
    pub products: Option<Vec<String>>,
    pub savings_plan_offering_ids: Option<Vec<String>>,
    pub savings_plan_payment_options: Option<Vec<String>>,
    pub savings_plan_types: Option<Vec<String>>,
    pub service_codes: Option<Vec<String>>,
    pub usage_types: Option<Vec<String>>,
}

Fields

filters: Option<Vec<SavingsPlanOfferingRateFilterElement>>

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.

operations: Option<Vec<String>>

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

products: Option<Vec<String>>

The AWS products.

savings_plan_offering_ids: Option<Vec<String>>

The IDs of the offerings.

savings_plan_payment_options: Option<Vec<String>>

The payment options.

savings_plan_types: Option<Vec<String>>

The plan types.

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 DescribeSavingsPlansOfferingRatesRequest[src]

impl Debug for DescribeSavingsPlansOfferingRatesRequest[src]

impl Default for DescribeSavingsPlansOfferingRatesRequest[src]

impl PartialEq<DescribeSavingsPlansOfferingRatesRequest> for DescribeSavingsPlansOfferingRatesRequest[src]

impl Serialize for DescribeSavingsPlansOfferingRatesRequest[src]

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