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

Class: Aws::ConfigService::Types::ConformancePackEvaluationResult

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

Overview

The details of a conformance pack evaluation. Provides AWS Config rule and AWS resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.

Instance Attribute Summary collapse

Instance Attribute Details

#annotationString

Supplementary information about how the evaluation determined the compliance.

Returns:

  • (String)

    Supplementary information about how the evaluation determined the compliance.

#compliance_typeString

The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT.

Possible values:

  • COMPLIANT
  • NON_COMPLIANT

Returns:

  • (String)

    The compliance type.

#config_rule_invoked_timeTime

The time when AWS Config rule evaluated AWS resource.

Returns:

  • (Time)

    The time when AWS Config rule evaluated AWS resource.

#evaluation_result_identifierTypes::EvaluationResultIdentifier

Uniquely identifies an evaluation result.

Returns:

#result_recorded_timeTime

The time when AWS Config recorded the evaluation result.

Returns:

  • (Time)

    The time when AWS Config recorded the evaluation result.