Struct aws_sdk_devopsguru::model::SearchInsightsFilters
source · #[non_exhaustive]pub struct SearchInsightsFilters { /* private fields */ }
Expand description
Specifies one or more severity values and one or more status values that are used to search for insights.
Implementations§
source§impl SearchInsightsFilters
impl SearchInsightsFilters
sourcepub fn severities(&self) -> Option<&[InsightSeverity]>
pub fn severities(&self) -> Option<&[InsightSeverity]>
An array of severity values used to search for insights.
sourcepub fn statuses(&self) -> Option<&[InsightStatus]>
pub fn statuses(&self) -> Option<&[InsightStatus]>
An array of status values used to search for insights.
sourcepub fn resource_collection(&self) -> Option<&ResourceCollection>
pub fn resource_collection(&self) -> Option<&ResourceCollection>
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
sourcepub fn service_collection(&self) -> Option<&ServiceCollection>
pub fn service_collection(&self) -> Option<&ServiceCollection>
A collection of the names of Amazon Web Services services.
source§impl SearchInsightsFilters
impl SearchInsightsFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchInsightsFilters
.
Trait Implementations§
source§impl Clone for SearchInsightsFilters
impl Clone for SearchInsightsFilters
source§fn clone(&self) -> SearchInsightsFilters
fn clone(&self) -> SearchInsightsFilters
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SearchInsightsFilters
impl Debug for SearchInsightsFilters
source§impl PartialEq<SearchInsightsFilters> for SearchInsightsFilters
impl PartialEq<SearchInsightsFilters> for SearchInsightsFilters
source§fn eq(&self, other: &SearchInsightsFilters) -> bool
fn eq(&self, other: &SearchInsightsFilters) -> bool
self
and other
values to be equal, and is used
by ==
.