Struct aws_sdk_config::model::ConfigRuleComplianceFilters
source · #[non_exhaustive]pub struct ConfigRuleComplianceFilters { /* private fields */ }Expand description
Filters the compliance results based on account ID, region, compliance type, and rule name.
Implementations§
source§impl ConfigRuleComplianceFilters
impl ConfigRuleComplianceFilters
sourcepub fn config_rule_name(&self) -> Option<&str>
pub fn config_rule_name(&self) -> Option<&str>
The name of the Config rule.
sourcepub fn compliance_type(&self) -> Option<&ComplianceType>
pub fn compliance_type(&self) -> Option<&ComplianceType>
The rule compliance status.
For the ConfigRuleComplianceFilters data type, Config supports only COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and the INSUFFICIENT_DATA values.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The 12-digit account ID of the source account.
sourcepub fn aws_region(&self) -> Option<&str>
pub fn aws_region(&self) -> Option<&str>
The source region where the data is aggregated.
source§impl ConfigRuleComplianceFilters
impl ConfigRuleComplianceFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigRuleComplianceFilters.
Trait Implementations§
source§impl Clone for ConfigRuleComplianceFilters
impl Clone for ConfigRuleComplianceFilters
source§fn clone(&self) -> ConfigRuleComplianceFilters
fn clone(&self) -> ConfigRuleComplianceFilters
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 moresource§impl Debug for ConfigRuleComplianceFilters
impl Debug for ConfigRuleComplianceFilters
source§impl PartialEq<ConfigRuleComplianceFilters> for ConfigRuleComplianceFilters
impl PartialEq<ConfigRuleComplianceFilters> for ConfigRuleComplianceFilters
source§fn eq(&self, other: &ConfigRuleComplianceFilters) -> bool
fn eq(&self, other: &ConfigRuleComplianceFilters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.