Struct rusoto_config::DescribeConfigRuleEvaluationStatusResponse [] [src]

pub struct DescribeConfigRuleEvaluationStatusResponse {
    pub config_rules_evaluation_status: Option<Vec<ConfigRuleEvaluationStatus>>,
    pub next_token: Option<String>,
}

Fields

Status information about your AWS managed Config rules.

The string that you use in a subsequent request to get the next page of results in a paginated response.

Trait Implementations

impl Default for DescribeConfigRuleEvaluationStatusResponse
[src]

[src]

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

impl Debug for DescribeConfigRuleEvaluationStatusResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeConfigRuleEvaluationStatusResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more