#[non_exhaustive]pub struct GetEbsVolumeRecommendationsOutput { /* private fields */ }Implementations§
source§impl GetEbsVolumeRecommendationsOutput
impl GetEbsVolumeRecommendationsOutput
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 volume recommendations.
This value is null when there are no more pages of volume recommendations to return.
sourcepub fn volume_recommendations(&self) -> Option<&[VolumeRecommendation]>
pub fn volume_recommendations(&self) -> Option<&[VolumeRecommendation]>
An array of objects that describe volume 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 volume.
source§impl GetEbsVolumeRecommendationsOutput
impl GetEbsVolumeRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEbsVolumeRecommendationsOutput.
Trait Implementations§
source§impl Clone for GetEbsVolumeRecommendationsOutput
impl Clone for GetEbsVolumeRecommendationsOutput
source§fn clone(&self) -> GetEbsVolumeRecommendationsOutput
fn clone(&self) -> GetEbsVolumeRecommendationsOutput
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<GetEbsVolumeRecommendationsOutput> for GetEbsVolumeRecommendationsOutput
impl PartialEq<GetEbsVolumeRecommendationsOutput> for GetEbsVolumeRecommendationsOutput
source§fn eq(&self, other: &GetEbsVolumeRecommendationsOutput) -> bool
fn eq(&self, other: &GetEbsVolumeRecommendationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.