Class: Aws::ConfigService::Types::EvaluationResultIdentifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::EvaluationResultIdentifier
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Uniquely identifies an evaluation result.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #evaluation_result_qualifier  ⇒ Types::EvaluationResultQualifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
 - 
  
    
      #ordering_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of the event that triggered the evaluation of your Amazon Web Services resources.
 - 
  
    
      #resource_evaluation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Unique ID for an evaluation result.
 
Instance Attribute Details
#evaluation_result_qualifier ⇒ Types::EvaluationResultQualifier
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
      3633 3634 3635 3636 3637 3638 3639  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3633 class EvaluationResultIdentifier < Struct.new( :evaluation_result_qualifier, :ordering_timestamp, :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#ordering_timestamp ⇒ Time
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.
      3633 3634 3635 3636 3637 3638 3639  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3633 class EvaluationResultIdentifier < Struct.new( :evaluation_result_qualifier, :ordering_timestamp, :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_evaluation_id ⇒ String
A Unique ID for an evaluation result.
      3633 3634 3635 3636 3637 3638 3639  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3633 class EvaluationResultIdentifier < Struct.new( :evaluation_result_qualifier, :ordering_timestamp, :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end  |