Struct rusoto_config::DescribeConfigRuleEvaluationStatusRequest [] [src]

pub struct DescribeConfigRuleEvaluationStatusRequest {
    pub config_rule_names: Option<Vec<String>>,
    pub limit: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.

The number of rule evaluation results that you want returned.

This parameter is required if the rule limit for your account is more than the default of 50 rules.

For more information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.

The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Trait Implementations

impl Default for DescribeConfigRuleEvaluationStatusRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeConfigRuleEvaluationStatusRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeConfigRuleEvaluationStatusRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more