#[non_exhaustive]pub struct GetAutoScalingGroupRecommendationsOutput { /* private fields */ }
Implementations§
source§impl GetAutoScalingGroupRecommendationsOutput
impl GetAutoScalingGroupRecommendationsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to advance to the next page of Auto Scaling group recommendations.
This value is null when there are no more pages of Auto Scaling group recommendations to return.
sourcepub fn auto_scaling_group_recommendations(
&self
) -> Option<&[AutoScalingGroupRecommendation]>
pub fn auto_scaling_group_recommendations(
&self
) -> Option<&[AutoScalingGroupRecommendation]>
An array of objects that describe Auto Scaling group recommendations.
sourcepub fn errors(&self) -> Option<&[GetRecommendationError]>
pub fn errors(&self) -> Option<&[GetRecommendationError]>
An array of objects that describe errors of the request.
For example, an error is returned if you request recommendations for an unsupported Auto Scaling group.
source§impl GetAutoScalingGroupRecommendationsOutput
impl GetAutoScalingGroupRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAutoScalingGroupRecommendationsOutput
.
Trait Implementations§
source§impl Clone for GetAutoScalingGroupRecommendationsOutput
impl Clone for GetAutoScalingGroupRecommendationsOutput
source§fn clone(&self) -> GetAutoScalingGroupRecommendationsOutput
fn clone(&self) -> GetAutoScalingGroupRecommendationsOutput
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 moresource§impl PartialEq<GetAutoScalingGroupRecommendationsOutput> for GetAutoScalingGroupRecommendationsOutput
impl PartialEq<GetAutoScalingGroupRecommendationsOutput> for GetAutoScalingGroupRecommendationsOutput
source§fn eq(&self, other: &GetAutoScalingGroupRecommendationsOutput) -> bool
fn eq(&self, other: &GetAutoScalingGroupRecommendationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.