Struct aws_sdk_config::model::ConfigRuleComplianceFilters
source · [−]#[non_exhaustive]pub struct ConfigRuleComplianceFilters {
pub config_rule_name: Option<String>,
pub compliance_type: Option<ComplianceType>,
pub account_id: Option<String>,
pub aws_region: Option<String>,
}Expand description
Filters the compliance results based on account ID, region, compliance type, and rule name.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.config_rule_name: Option<String>The name of the Config rule.
compliance_type: 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.
account_id: Option<String>The 12-digit account ID of the source account.
aws_region: Option<String>The source region where the data is aggregated.
Implementations
The name of the Config rule.
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.
The 12-digit account ID of the source account.
The source region where the data is aggregated.
Creates a new builder-style object to manufacture ConfigRuleComplianceFilters
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConfigRuleComplianceFilters
impl Send for ConfigRuleComplianceFilters
impl Sync for ConfigRuleComplianceFilters
impl Unpin for ConfigRuleComplianceFilters
impl UnwindSafe for ConfigRuleComplianceFilters
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more