class Aws::ConfigService::Types::ConfigRuleEvaluationStatus

Status information for your Config managed 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.

@!attribute [rw] config_rule_name

The name of the Config rule.
@return [String]

@!attribute [rw] config_rule_arn

The Amazon Resource Name (ARN) of the Config rule.
@return [String]

@!attribute [rw] config_rule_id

The ID of the Config rule.
@return [String]

@!attribute [rw] last_successful_invocation_time

The time that Config last successfully invoked the Config rule to
evaluate your Amazon Web Services resources.
@return [Time]

@!attribute [rw] last_failed_invocation_time

The time that Config last failed to invoke the Config rule to
evaluate your Amazon Web Services resources.
@return [Time]

@!attribute [rw] last_successful_evaluation_time

The time that Config last successfully evaluated your Amazon Web
Services resources against the rule.
@return [Time]

@!attribute [rw] last_failed_evaluation_time

The time that Config last failed to evaluate your Amazon Web
Services resources against the rule.
@return [Time]

@!attribute [rw] first_activated_time

The time that you first activated the Config rule.
@return [Time]

@!attribute [rw] last_deactivated_time

The time that you last turned off the Config rule.
@return [Time]

@!attribute [rw] last_error_code

The error code that Config returned when the rule last failed.
@return [String]

@!attribute [rw] last_error_message

The error message that Config returned when the rule last failed.
@return [String]

@!attribute [rw] first_evaluation_started

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

* `true` - Config has evaluated your Amazon Web Services resources
  against the rule at least once.

* `false` - Config has not once finished evaluating your Amazon Web
  Services resources against the rule.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigRuleEvaluationStatus AWS API Documentation

Constants

SENSITIVE