#[non_exhaustive]pub struct GetEffectiveRecommendationPreferencesOutput { /* private fields */ }Implementations§
source§impl GetEffectiveRecommendationPreferencesOutput
impl GetEffectiveRecommendationPreferencesOutput
sourcepub fn enhanced_infrastructure_metrics(
&self
) -> Option<&EnhancedInfrastructureMetrics>
pub fn enhanced_infrastructure_metrics(
&self
) -> 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 recommendations.
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.
For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.
source§impl GetEffectiveRecommendationPreferencesOutput
impl GetEffectiveRecommendationPreferencesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEffectiveRecommendationPreferencesOutput.
Trait Implementations§
source§impl Clone for GetEffectiveRecommendationPreferencesOutput
impl Clone for GetEffectiveRecommendationPreferencesOutput
source§fn clone(&self) -> GetEffectiveRecommendationPreferencesOutput
fn clone(&self) -> GetEffectiveRecommendationPreferencesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more