#[non_exhaustive]pub struct GetEc2RecommendationProjectedMetricsOutput { /* private fields */ }
Implementations§
source§impl GetEc2RecommendationProjectedMetricsOutput
impl GetEc2RecommendationProjectedMetricsOutput
sourcepub fn recommended_option_projected_metrics(
&self
) -> Option<&[RecommendedOptionProjectedMetric]>
pub fn recommended_option_projected_metrics(
&self
) -> Option<&[RecommendedOptionProjectedMetric]>
An array of objects that describes projected metrics.
source§impl GetEc2RecommendationProjectedMetricsOutput
impl GetEc2RecommendationProjectedMetricsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEc2RecommendationProjectedMetricsOutput
.
Trait Implementations§
source§impl Clone for GetEc2RecommendationProjectedMetricsOutput
impl Clone for GetEc2RecommendationProjectedMetricsOutput
source§fn clone(&self) -> GetEc2RecommendationProjectedMetricsOutput
fn clone(&self) -> GetEc2RecommendationProjectedMetricsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more