#[non_exhaustive]pub struct DescribeComplianceByConfigRuleInput {
pub config_rule_names: Option<Vec<String>>,
pub compliance_types: Option<Vec<ComplianceType>>,
pub next_token: Option<String>,
}Expand description
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>>Specify one or more Config rule names to filter the results by rule.
compliance_types: Option<Vec<ComplianceType>>Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
next_token: Option<String>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeComplianceByConfigRule, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeComplianceByConfigRule, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeComplianceByConfigRule>
Creates a new builder-style object to manufacture DescribeComplianceByConfigRuleInput
Specify one or more Config rule names to filter the results by rule.
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
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 DescribeComplianceByConfigRuleInput
impl Sync for DescribeComplianceByConfigRuleInput
impl Unpin for DescribeComplianceByConfigRuleInput
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