logo
pub struct SavingsPlansPurchaseRecommendationDetail {
Show 16 fields pub account_id: Option<String>, pub currency_code: Option<String>, pub current_average_hourly_on_demand_spend: Option<String>, pub current_maximum_hourly_on_demand_spend: Option<String>, pub current_minimum_hourly_on_demand_spend: Option<String>, pub estimated_average_utilization: Option<String>, pub estimated_monthly_savings_amount: Option<String>, pub estimated_on_demand_cost: Option<String>, pub estimated_on_demand_cost_with_current_commitment: Option<String>, pub estimated_roi: Option<String>, pub estimated_sp_cost: Option<String>, pub estimated_savings_amount: Option<String>, pub estimated_savings_percentage: Option<String>, pub hourly_commitment_to_purchase: Option<String>, pub savings_plans_details: Option<SavingsPlansDetails>, pub upfront_cost: Option<String>,
}
Expand description

Details for your recommended Savings Plans.

Fields

account_id: Option<String>

The AccountID the recommendation is generated for.

currency_code: Option<String>

The currency code AWS used to generate the recommendations and present potential savings.

current_average_hourly_on_demand_spend: Option<String>

The average value of hourly On-Demand spend over the lookback period of the applicable usage type.

current_maximum_hourly_on_demand_spend: Option<String>

The highest value of hourly On-Demand spend over the lookback period of the applicable usage type.

current_minimum_hourly_on_demand_spend: Option<String>

The lowest value of hourly On-Demand spend over the lookback period of the applicable usage type.

estimated_average_utilization: Option<String>

The estimated utilization of the recommended Savings Plans.

estimated_monthly_savings_amount: Option<String>

The estimated monthly savings amount, based on the recommended Savings Plans.

estimated_on_demand_cost: Option<String>

The remaining On-Demand cost estimated to not be covered by the recommended Savings Plans, over the length of the lookback period.

estimated_on_demand_cost_with_current_commitment: Option<String>

The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own.

estimated_roi: Option<String>

The estimated return on investment based on the recommended Savings Plans purchased. This is calculated as estimatedSavingsAmount/ estimatedSPCost*100.

estimated_sp_cost: Option<String>

The cost of the recommended Savings Plans over the length of the lookback period.

estimated_savings_amount: Option<String>

The estimated savings amount based on the recommended Savings Plans over the length of the lookback period.

estimated_savings_percentage: Option<String>

The estimated savings percentage relative to the total cost of applicable On-Demand usage over the lookback period.

hourly_commitment_to_purchase: Option<String>

The recommended hourly commitment level for the Savings Plans type, and configuration based on the usage during the lookback period.

savings_plans_details: Option<SavingsPlansDetails>

Details for your recommended Savings Plans.

upfront_cost: Option<String>

The upfront cost of the recommended Savings Plans, based on the selected payment option.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more