[−][src]Struct rusoto_ce::ReservationPurchaseRecommendationDetail
Details about your recommended reservation purchase.
Fields
account_id: Option<String>
The account that this RI recommendation is for.
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]
fn eq(&self, other: &ReservationPurchaseRecommendationDetail) -> bool
[src]
fn ne(&self, other: &ReservationPurchaseRecommendationDetail) -> bool
[src]
impl Default for ReservationPurchaseRecommendationDetail
[src]
impl Clone for ReservationPurchaseRecommendationDetail
[src]
fn clone(&self) -> 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]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for ReservationPurchaseRecommendationDetail
impl Sync for ReservationPurchaseRecommendationDetail
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self