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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

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

#annotationString

Supplementary information about how the evaluation determined the compliance.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'lib/aws-sdk-configservice/types.rb', line 2374

class EvaluationResult < Struct.new(
  :evaluation_result_identifier,
  :compliance_type,
  :result_recorded_time,
  :config_rule_invoked_time,
  :annotation,
  :result_token)
  include Aws::Structure
end

#compliance_typeString

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.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'lib/aws-sdk-configservice/types.rb', line 2374

class EvaluationResult < Struct.new(
  :evaluation_result_identifier,
  :compliance_type,
  :result_recorded_time,
  :config_rule_invoked_time,
  :annotation,
  :result_token)
  include Aws::Structure
end

#config_rule_invoked_timeTime

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

Returns:

  • (Time)


2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'lib/aws-sdk-configservice/types.rb', line 2374

class EvaluationResult < Struct.new(
  :evaluation_result_identifier,
  :compliance_type,
  :result_recorded_time,
  :config_rule_invoked_time,
  :annotation,
  :result_token)
  include Aws::Structure
end

#evaluation_result_identifierTypes::EvaluationResultIdentifier

Uniquely identifies the evaluation result.



2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'lib/aws-sdk-configservice/types.rb', line 2374

class EvaluationResult < Struct.new(
  :evaluation_result_identifier,
  :compliance_type,
  :result_recorded_time,
  :config_rule_invoked_time,
  :annotation,
  :result_token)
  include Aws::Structure
end

#result_recorded_timeTime

The time when AWS Config recorded the evaluation result.

Returns:

  • (Time)


2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'lib/aws-sdk-configservice/types.rb', line 2374

class EvaluationResult < Struct.new(
  :evaluation_result_identifier,
  :compliance_type,
  :result_recorded_time,
  :config_rule_invoked_time,
  :annotation,
  :result_token)
  include Aws::Structure
end

#result_tokenString

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)


2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'lib/aws-sdk-configservice/types.rb', line 2374

class EvaluationResult < Struct.new(
  :evaluation_result_identifier,
  :compliance_type,
  :result_recorded_time,
  :config_rule_invoked_time,
  :annotation,
  :result_token)
  include Aws::Structure
end