#[non_exhaustive]pub struct ConformancePackComplianceFilters { /* private fields */ }Expand description
Filters the conformance pack by compliance types and Config rule names.
Implementations§
source§impl ConformancePackComplianceFilters
impl ConformancePackComplianceFilters
sourcepub fn config_rule_names(&self) -> Option<&[String]>
pub fn config_rule_names(&self) -> Option<&[String]>
Filters the results by Config rule names.
sourcepub fn compliance_type(&self) -> Option<&ConformancePackComplianceType>
pub fn compliance_type(&self) -> Option<&ConformancePackComplianceType>
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.
source§impl ConformancePackComplianceFilters
impl ConformancePackComplianceFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConformancePackComplianceFilters.
Trait Implementations§
source§impl Clone for ConformancePackComplianceFilters
impl Clone for ConformancePackComplianceFilters
source§fn clone(&self) -> ConformancePackComplianceFilters
fn clone(&self) -> ConformancePackComplianceFilters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more