Class: Aws::ConfigService::Types::EvaluationResultIdentifier

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

Overview

Uniquely identifies an evaluation result.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_result_qualifierTypes::EvaluationResultQualifier

Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.



2401
2402
2403
2404
2405
# File 'lib/aws-sdk-configservice/types.rb', line 2401

class EvaluationResultIdentifier < Struct.new(
  :evaluation_result_qualifier,
  :ordering_timestamp)
  include Aws::Structure
end

#ordering_timestampTime

The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.

Returns:

  • (Time)


2401
2402
2403
2404
2405
# File 'lib/aws-sdk-configservice/types.rb', line 2401

class EvaluationResultIdentifier < Struct.new(
  :evaluation_result_qualifier,
  :ordering_timestamp)
  include Aws::Structure
end