Class: Aws::ConfigService::Types::ResourceEvaluation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::ResourceEvaluation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Returns details of a resource evaluation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #evaluation_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The mode of an evaluation.
 - 
  
    
      #evaluation_start_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The starting time of an execution.
 - 
  
    
      #resource_evaluation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ResourceEvaluationId of a evaluation.
 
Instance Attribute Details
#evaluation_mode ⇒ String
The mode of an evaluation. The valid values are Detective or Proactive.
      7983 7984 7985 7986 7987 7988 7989  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 7983 class ResourceEvaluation < Struct.new( :resource_evaluation_id, :evaluation_mode, :evaluation_start_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_start_timestamp ⇒ Time
The starting time of an execution.
      7983 7984 7985 7986 7987 7988 7989  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 7983 class ResourceEvaluation < Struct.new( :resource_evaluation_id, :evaluation_mode, :evaluation_start_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_evaluation_id ⇒ String
The ResourceEvaluationId of a evaluation.
      7983 7984 7985 7986 7987 7988 7989  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 7983 class ResourceEvaluation < Struct.new( :resource_evaluation_id, :evaluation_mode, :evaluation_start_timestamp) SENSITIVE = [] include Aws::Structure end  |