#[non_exhaustive]pub struct GetEbsVolumeRecommendationsInput { /* private fields */ }
Implementations§
source§impl GetEbsVolumeRecommendationsInput
impl GetEbsVolumeRecommendationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEBSVolumeRecommendations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEBSVolumeRecommendations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEBSVolumeRecommendations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEbsVolumeRecommendationsInput
.
source§impl GetEbsVolumeRecommendationsInput
impl GetEbsVolumeRecommendationsInput
sourcepub fn volume_arns(&self) -> Option<&[String]>
pub fn volume_arns(&self) -> Option<&[String]>
The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to advance to the next page of volume recommendations.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of volume recommendations to return with a single request.
To retrieve the remaining results, make another request with the returned nextToken
value.
sourcepub fn filters(&self) -> Option<&[EbsFilter]>
pub fn filters(&self) -> Option<&[EbsFilter]>
An array of objects to specify a filter that returns a more specific list of volume recommendations.
sourcepub fn account_ids(&self) -> Option<&[String]>
pub fn account_ids(&self) -> Option<&[String]>
The ID of the Amazon Web Services account for which to return volume recommendations.
If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.
Only one account ID can be specified per request.
Trait Implementations§
source§impl Clone for GetEbsVolumeRecommendationsInput
impl Clone for GetEbsVolumeRecommendationsInput
source§fn clone(&self) -> GetEbsVolumeRecommendationsInput
fn clone(&self) -> GetEbsVolumeRecommendationsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<GetEbsVolumeRecommendationsInput> for GetEbsVolumeRecommendationsInput
impl PartialEq<GetEbsVolumeRecommendationsInput> for GetEbsVolumeRecommendationsInput
source§fn eq(&self, other: &GetEbsVolumeRecommendationsInput) -> bool
fn eq(&self, other: &GetEbsVolumeRecommendationsInput) -> bool
self
and other
values to be equal, and is used
by ==
.