Struct rusoto_config::ConfigRuleEvaluationStatus [] [src]

pub struct ConfigRuleEvaluationStatus {
    pub config_rule_arn: Option<String>,
    pub config_rule_id: Option<String>,
    pub config_rule_name: Option<StringWithCharLimit64>,
    pub first_activated_time: Option<Date>,
    pub first_evaluation_started: Option<Boolean>,
    pub last_error_code: Option<String>,
    pub last_error_message: Option<String>,
    pub last_failed_evaluation_time: Option<Date>,
    pub last_failed_invocation_time: Option<Date>,
    pub last_successful_evaluation_time: Option<Date>,
    pub last_successful_invocation_time: Option<Date>,
}

Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.

This action does not return status information about custom Config rules.

Fields

The Amazon Resource Name (ARN) of the AWS Config rule.

The ID of the AWS Config rule.

The name of the AWS Config rule.

The time that you first activated the AWS Config rule.

Indicates whether AWS Config has evaluated your resources against the rule at least once.

  • true - AWS Config has evaluated your AWS resources against the rule at least once.

  • false - AWS Config has not once finished evaluating your AWS resources against the rule.

The error code that AWS Config returned when the rule last failed.

The error message that AWS Config returned when the rule last failed.

The time that AWS Config last failed to evaluate your AWS resources against the rule.

The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.

The time that AWS Config last successfully evaluated your AWS resources against the rule.

The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.

Trait Implementations

impl Default for ConfigRuleEvaluationStatus
[src]

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

impl Debug for ConfigRuleEvaluationStatus
[src]

Formats the value using the given formatter.

impl Clone for ConfigRuleEvaluationStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more