#[non_exhaustive]pub struct EcsServiceRecommendationFilter { /* private fields */ }Expand description
 Describes a filter that returns a more specific list of Amazon ECS service recommendations. Use this filter with the GetECSServiceRecommendations action. 
Implementations§
source§impl EcsServiceRecommendationFilter
 
impl EcsServiceRecommendationFilter
sourcepub fn name(&self) -> Option<&EcsServiceRecommendationFilterName>
 
pub fn name(&self) -> Option<&EcsServiceRecommendationFilterName>
The name of the filter.
 Specify Finding to return recommendations with a specific finding classification. 
 Specify FindingReasonCode to return recommendations with a specific finding reason code. 
sourcepub fn values(&self) -> Option<&[String]>
 
pub fn values(&self) -> Option<&[String]>
The value of the filter.
The valid values for this parameter are as follows:
-  If you specify the nameparameter asFinding, specifyOptimized,NotOptimized, orUnavailable.
-  If you specify the nameparameter asFindingReasonCode, specifyCPUUnderprovisioned,CPUOverprovisioned,MemoryUnderprovisioned, orMemoryOverprovisioned.
source§impl EcsServiceRecommendationFilter
 
impl EcsServiceRecommendationFilter
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EcsServiceRecommendationFilter.
Trait Implementations§
source§impl Clone for EcsServiceRecommendationFilter
 
impl Clone for EcsServiceRecommendationFilter
source§fn clone(&self) -> EcsServiceRecommendationFilter
 
fn clone(&self) -> EcsServiceRecommendationFilter
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<EcsServiceRecommendationFilter> for EcsServiceRecommendationFilter
 
impl PartialEq<EcsServiceRecommendationFilter> for EcsServiceRecommendationFilter
source§fn eq(&self, other: &EcsServiceRecommendationFilter) -> bool
 
fn eq(&self, other: &EcsServiceRecommendationFilter) -> bool
self and other values to be equal, and is used
by ==.