#[non_exhaustive]pub struct SearchOrganizationInsightsFilters { /* private fields */ }
Expand description
Filters you can use to specify which events are returned when ListEvents
is called.
Implementations
sourceimpl SearchOrganizationInsightsFilters
impl SearchOrganizationInsightsFilters
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.
sourceimpl SearchOrganizationInsightsFilters
impl SearchOrganizationInsightsFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchOrganizationInsightsFilters
.
Trait Implementations
sourceimpl Clone for SearchOrganizationInsightsFilters
impl Clone for SearchOrganizationInsightsFilters
sourcefn clone(&self) -> SearchOrganizationInsightsFilters
fn clone(&self) -> SearchOrganizationInsightsFilters
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more