[][src]Struct rusoto_ce::ReservationPurchaseRecommendationDetail

pub struct ReservationPurchaseRecommendationDetail {
    pub account_id: Option<String>,
    pub average_normalized_units_used_per_hour: Option<String>,
    pub average_number_of_instances_used_per_hour: Option<String>,
    pub average_utilization: Option<String>,
    pub currency_code: Option<String>,
    pub estimated_break_even_in_months: Option<String>,
    pub estimated_monthly_on_demand_cost: Option<String>,
    pub estimated_monthly_savings_amount: Option<String>,
    pub estimated_monthly_savings_percentage: Option<String>,
    pub estimated_reservation_cost_for_lookback_period: Option<String>,
    pub instance_details: Option<InstanceDetails>,
    pub maximum_normalized_units_used_per_hour: Option<String>,
    pub maximum_number_of_instances_used_per_hour: Option<String>,
    pub minimum_normalized_units_used_per_hour: Option<String>,
    pub minimum_number_of_instances_used_per_hour: Option<String>,
    pub recommended_normalized_units_to_purchase: Option<String>,
    pub recommended_number_of_instances_to_purchase: Option<String>,
    pub recurring_standard_monthly_cost: Option<String>,
    pub upfront_cost: Option<String>,
}

Details about your recommended reservation purchase.

Fields

account_id: Option<String>average_normalized_units_used_per_hour: Option<String>

The average number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

average_number_of_instances_used_per_hour: Option<String>

The average number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

average_utilization: Option<String>

The average utilization of your instances. AWS uses this to calculate your recommended reservation purchases.

currency_code: Option<String>

The currency code that AWS used to calculate the costs for this instance.

estimated_break_even_in_months: Option<String>

How long AWS estimates that it takes for this instance to start saving you money, in months.

estimated_monthly_on_demand_cost: Option<String>

How much AWS estimates that you spend on On-Demand Instances in a month.

estimated_monthly_savings_amount: Option<String>

How much AWS estimates that this specific recommendation could save you in a month.

estimated_monthly_savings_percentage: Option<String>

How much AWS estimates that this specific recommendation could save you in a month, as a percentage of your overall costs.

estimated_reservation_cost_for_lookback_period: Option<String>

How much AWS estimates that you would have spent for all usage during the specified historical period if you had had a reservation.

instance_details: Option<InstanceDetails>

Details about the instances that AWS recommends that you purchase.

maximum_normalized_units_used_per_hour: Option<String>

The maximum number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

maximum_number_of_instances_used_per_hour: Option<String>

The maximum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

minimum_normalized_units_used_per_hour: Option<String>

The minimum number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

minimum_number_of_instances_used_per_hour: Option<String>

The minimum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

recommended_normalized_units_to_purchase: Option<String>

The number of normalized units that AWS recommends that you purchase.

recommended_number_of_instances_to_purchase: Option<String>

The number of instances that AWS recommends that you purchase.

recurring_standard_monthly_cost: Option<String>

How much purchasing this instance costs you on a monthly basis.

upfront_cost: Option<String>

How much purchasing this instance costs you upfront.

Trait Implementations

impl PartialEq<ReservationPurchaseRecommendationDetail> for ReservationPurchaseRecommendationDetail[src]

impl Default for ReservationPurchaseRecommendationDetail[src]

impl Clone for ReservationPurchaseRecommendationDetail[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReservationPurchaseRecommendationDetail[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self