You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::ConfigRuleEvaluationStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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 AWS Config rules.

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_arnString

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

Returns:

  • (String)

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

#config_rule_idString

The ID of the AWS Config rule.

Returns:

  • (String)

    The ID of the AWS Config rule.

#config_rule_nameString

The name of the AWS Config rule.

Returns:

  • (String)

    The name of the AWS Config rule.

#first_activated_timeTime

The time that you first activated the AWS Config rule.

Returns:

  • (Time)

    The time that you first activated the AWS Config rule.

#first_evaluation_startedBoolean

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.

Returns:

  • (Boolean)

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

#last_deactivated_timeTime

The time that you last turned off the AWS Config rule.

Returns:

  • (Time)

    The time that you last turned off the AWS Config rule.

#last_error_codeString

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

Returns:

  • (String)

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

#last_error_messageString

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

Returns:

  • (String)

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

#last_failed_evaluation_timeTime

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

Returns:

  • (Time)

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

#last_failed_invocation_timeTime

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

Returns:

  • (Time)

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

#last_successful_evaluation_timeTime

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

Returns:

  • (Time)

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

#last_successful_invocation_timeTime

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

Returns:

  • (Time)

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