Struct aws_sdk_config::model::ConformancePackComplianceFilters [−][src]
#[non_exhaustive]pub struct ConformancePackComplianceFilters {
pub config_rule_names: Option<Vec<String>>,
pub compliance_type: Option<ConformancePackComplianceType>,
}Expand description
Filters the conformance pack by compliance types and Config rule names.
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_names: Option<Vec<String>>Filters the results by Config rule names.
compliance_type: Option<ConformancePackComplianceType>Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.
Implementations
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.
Creates a new builder-style object to manufacture ConformancePackComplianceFilters
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 Send for ConformancePackComplianceFilters
impl Sync for ConformancePackComplianceFilters
impl Unpin for ConformancePackComplianceFilters
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
