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

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

Overview

Uniquely identifies an evaluation result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_result_qualifierTypes::EvaluationResultQualifier

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



3605
3606
3607
3608
3609
3610
3611
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3605

class EvaluationResultIdentifier < Struct.new(
  :evaluation_result_qualifier,
  :ordering_timestamp,
  :resource_evaluation_id)
  SENSITIVE = []
  include Aws::Structure
end

#ordering_timestampTime

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

Returns:

  • (Time)


3605
3606
3607
3608
3609
3610
3611
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3605

class EvaluationResultIdentifier < Struct.new(
  :evaluation_result_qualifier,
  :ordering_timestamp,
  :resource_evaluation_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_evaluation_idString

A Unique ID for an evaluation result.

Returns:

  • (String)


3605
3606
3607
3608
3609
3610
3611
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3605

class EvaluationResultIdentifier < Struct.new(
  :evaluation_result_qualifier,
  :ordering_timestamp,
  :resource_evaluation_id)
  SENSITIVE = []
  include Aws::Structure
end