Struct aws_sdk_computeoptimizer::output::GetEffectiveRecommendationPreferencesOutput [−][src]
#[non_exhaustive]pub struct GetEffectiveRecommendationPreferencesOutput {
pub enhanced_infrastructure_metrics: Option<EnhancedInfrastructureMetrics>,
}
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.enhanced_infrastructure_metrics: Option<EnhancedInfrastructureMetrics>
The status of the enhanced infrastructure metrics recommendation preference. Considers all applicable preferences that you might have set at the resource, account, and organization level.
A status of Active
confirms that the preference is applied in the latest
recommendation refresh, and a status of Inactive
confirms that it's not yet
applied.
To validate whether the preference is applied to your last generated set of
recommendations, review the effectiveRecommendationPreferences
value in the
response of the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.
Implementations
The status of the enhanced infrastructure metrics recommendation preference. Considers all applicable preferences that you might have set at the resource, account, and organization level.
A status of Active
confirms that the preference is applied in the latest
recommendation refresh, and a status of Inactive
confirms that it's not yet
applied.
To validate whether the preference is applied to your last generated set of
recommendations, review the effectiveRecommendationPreferences
value in the
response of the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.
Creates a new builder-style object to manufacture GetEffectiveRecommendationPreferencesOutput
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
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