Class: Aws::ConfigService::Types::EvaluationContext
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::EvaluationContext
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #evaluation_context_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique EvaluationContextIdentifier ID for an EvaluationContext.
 
Instance Attribute Details
#evaluation_context_identifier ⇒ String
A unique EvaluationContextIdentifier ID for an EvaluationContext.
      3538 3539 3540 3541 3542  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3538 class EvaluationContext < Struct.new( :evaluation_context_identifier) SENSITIVE = [] include Aws::Structure end  |