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

Class: Aws::ConfigService::Types::EvaluationResult

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

Overview

The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation ⇒ String

Supplementary information about how the evaluation determined the compliance.

Returns:

  • (String) —

    Supplementary information about how the evaluation determined the compliance.

#compliance_type ⇒ String

Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

Possible values:

  • COMPLIANT
  • NON_COMPLIANT
  • NOT_APPLICABLE
  • INSUFFICIENT_DATA

Returns:

  • (String) —

    Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

#config_rule_invoked_time ⇒ Time

The time when the AWS Config rule evaluated the AWS resource.

Returns:

  • (Time) —

    The time when the AWS Config rule evaluated the AWS resource.

#evaluation_result_identifier ⇒ Types::EvaluationResultIdentifier

Uniquely identifies the evaluation result.

Returns:

#result_recorded_time ⇒ Time

The time when AWS Config recorded the evaluation result.

Returns:

  • (Time) —

    The time when AWS Config recorded the evaluation result.

#result_token ⇒ String

An encrypted token that associates an evaluation with an AWS Config rule. The token identifies the rule, the AWS resource being evaluated, and the event that triggered the evaluation.

Returns:

  • (String) —

    An encrypted token that associates an evaluation with an AWS Config rule.