Struct aws_sdk_computeoptimizer::model::EbsFilter
source · [−]#[non_exhaustive]pub struct EbsFilter { /* private fields */ }
Expand description
Describes a filter that returns a more specific list of Amazon Elastic Block Store (Amazon EBS) volume recommendations. Use this filter with the GetEBSVolumeRecommendations
action.
You can use LambdaFunctionRecommendationFilter
with the GetLambdaFunctionRecommendations
action, JobFilter
with the DescribeRecommendationExportJobs
action, and Filter
with the GetAutoScalingGroupRecommendations
and GetEC2InstanceRecommendations
actions.
Implementations
Trait Implementations
impl StructuralPartialEq for EbsFilter
Auto Trait Implementations
impl RefUnwindSafe for EbsFilter
impl Send for EbsFilter
impl Sync for EbsFilter
impl Unpin for EbsFilter
impl UnwindSafe for EbsFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more