Struct aws_sdk_computeoptimizer::model::RecommendationSummary [−][src]
#[non_exhaustive]pub struct RecommendationSummary {
pub summaries: Option<Vec<Summary>>,
pub recommendation_resource_type: Option<RecommendationSourceType>,
pub account_id: Option<String>,
pub savings_opportunity: Option<SavingsOpportunity>,
pub current_performance_risk_ratings: Option<CurrentPerformanceRiskRatings>,
}
Expand description
A summary of a recommendation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.summaries: Option<Vec<Summary>>
An array of objects that describe a recommendation summary.
recommendation_resource_type: Option<RecommendationSourceType>
The resource type that the recommendation summary applies to.
account_id: Option<String>
The Amazon Web Services account ID of the recommendation summary.
savings_opportunity: Option<SavingsOpportunity>
An object that describes the savings opportunity for a given resource type. Savings opportunity includes the estimated monthly savings amount and percentage.
current_performance_risk_ratings: Option<CurrentPerformanceRiskRatings>
An object that describes the performance risk ratings for a given resource type.
Implementations
An array of objects that describe a recommendation summary.
The resource type that the recommendation summary applies to.
The Amazon Web Services account ID of the recommendation summary.
An object that describes the savings opportunity for a given resource type. Savings opportunity includes the estimated monthly savings amount and percentage.
An object that describes the performance risk ratings for a given resource type.
Creates a new builder-style object to manufacture RecommendationSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RecommendationSummary
impl Send for RecommendationSummary
impl Sync for RecommendationSummary
impl Unpin for RecommendationSummary
impl UnwindSafe for RecommendationSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
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